Notes app lets you create, edit and delete notes.
Technical description: A Single-Page Application making Promise based HTTP requests built with ReactJS and a Slim 4 php framework
DB dump in /tmp
Change settings for connecting to the database in /config/settings.php
- PHP 7.2 or newer
- Node 12.14.1
composer install
cd /app
npm install
npm start