This app utilizing PHP/MySQL/React serves as a fully functioning web application capable of CRUD actions.
Ensure that you have a LAMP stack running and execute the queries inside dev/db.sql to build database and fill with example data.
Update the $username and $password variables inside config/database.php with the proper database credentials.
All set!
This project uses ES5 syntax and not ES6 (still learning).