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,...
- Host: GitHub
- URL: https://github.com/ullaskunder3/mvc-jsblog
- Owner: ullaskunder3
- Created: 2021-12-30T17:22:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T17:25:43.000Z (over 4 years ago)
- Last Synced: 2025-02-08T22:25:32.616Z (over 1 year ago)
- Language: EJS
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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