An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# EXPRESSJS ToDo Project with Sequelize

### ERD:

![ERD](./erdTodoAPI.png)

### Folder/File Structure:

```
.env
.gitignore
app.js
readme.md
app----
---errorHandler.js
---dbConnection.js
---models
---todoModel.js
---controllers
---todoController.js
---routes
---todoRoute.js
```