Skip to content

Alextrapixel/noteapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

NoteApp (Note Lite)

Open source note application for web using Laravel , React and MySQL.

Setup

Requirement : mysql, php, composer, nodejs.

Here is intruction for linux user, other OS can follow as long as requirement is achieved.

MySQL

create db named minipro

Laravel

Rename or duplicate .env.example into .env and edit with needed setup.

Move inside be_laravel directory and run composer update then php artisan migrate

Next run this laravel backend with php artisan serve

React

Move inside fe_react directory and run npm install then npm start

If everything goes right then you can test and try this app.

About

Opensource note application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published