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

https://github.com/ilkaytech/nodejs-express-blog-api


https://github.com/ilkaytech/nodejs-express-blog-api

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          

# BLOG API Project with Mongoose

## MONGOOSE

https://mongoosejs.com/

### What? Why?

![](./mongoose.png)

## BLOG API

### ERD:

![ERD](./erdBlogAPI.png)

### Folder/File Structure:

```
.env
.gitignore
index.js
readme.md
src/
errorHandler.js
dbConnection.js
models/
blogModel.js
controllers/
blogController.js
routes/
blogRoute.js
```