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

https://github.com/ullaskunder3/mvc-jsblog

MVC concepts blog like project using ejs, express, mongoose,...
https://github.com/ullaskunder3/mvc-jsblog

Last synced: about 1 year ago
JSON representation

MVC concepts blog like project using ejs, express, mongoose,...

Awesome Lists containing this project

README

          

# MVC pattern blog webapp

- CRUD operation
- Endpoints
- Routing

...

Request type:

- localhost:3000/blogs get
- localhost:3000/blogs/create get
- localhost:3000/blogs post
- localhost:3000/blogs/:id get
- localhost:3000/blogs/:id delete

- localhost:3000/blogs/:id put

...soon