https://github.com/ilkaytech/nodejs-express-blog-api
https://github.com/ilkaytech/nodejs-express-blog-api
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilkaytech/nodejs-express-blog-api
- Owner: ilkaytech
- Created: 2023-10-11T16:58:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T09:44:16.000Z (over 2 years ago)
- Last Synced: 2025-01-14T07:53:47.266Z (over 1 year ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BLOG API Project with Mongoose
## MONGOOSE
https://mongoosejs.com/
### What? Why?

## BLOG API
### ERD:

### Folder/File Structure:
```
.env
.gitignore
index.js
readme.md
src/
errorHandler.js
dbConnection.js
models/
blogModel.js
controllers/
blogController.js
routes/
blogRoute.js
```