This is an app that allows a user to add/remove or mark done, items on a to-do list. A full stack app with CRUD functionality.
- React.js
- HTML
- CSS
- MySQL
- Node.js
- Sequalize
- Express
In each folder type
npm install
In the client folder type:
npm install boostrap react-router-dom axios
In the Server folder type:
npm install express sequelize mysql2 body-parser cors --save
Have a MySQL server running with a database named
todoapp