I aimed to learn and experience crud operations.
- Node.js
- Express.js
- Sequelize
- MySQL
- Nodemon
In this project, a simple to-do list has been applied. A table named "Todos" is created in the database and this table contains "taskName", "precedence", "finishingRate", start-finish-created-updated date columns.You can process all tasks with Post, Get, Delete to \task url. You can process with the id with Post, Get, Delete and Put to /task /:id.It work on the http://localhost:3000/
npm install
npm start
npm run migrate
npm run seed
Alihan SARAÇ