Open source note application for web using Laravel , React and MySQL.
Requirement : mysql, php, composer, nodejs.
Here is intruction for linux user, other OS can follow as long as requirement is achieved.
create db named minipro
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
Move inside fe_react directory and run npm install
then npm start
If everything goes right then you can test and try this app.