LISTY is a simple and user-friendly To-Do-App created using:
- HTML
- CSS
- JS
- Node
- Express
- MySQL
To run the server you first need to configure using the following commands in the server directory:
npm install express
npm install jsonwebtoken
npm install body-parser
npm install mysql
npm install cors
It is not the most efficient database design out there. Still, it works fine for me for now.
Here nid in the tasks table means the note id or the parent id of a task.