https://github.com/ilkaytech/nodejs-express-todo-project-with-sequelize
https://github.com/ilkaytech/nodejs-express-todo-project-with-sequelize
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilkaytech/nodejs-express-todo-project-with-sequelize
- Owner: ilkaytech
- Created: 2023-10-10T14:09:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T19:53:38.000Z (over 2 years ago)
- Last Synced: 2025-01-14T07:53:47.860Z (over 1 year ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EXPRESSJS ToDo Project with Sequelize
### ERD:

### Folder/File Structure:
```
.env
.gitignore
app.js
readme.md
app----
---errorHandler.js
---dbConnection.js
---models
---todoModel.js
---controllers
---todoController.js
---routes
---todoRoute.js
```