This project was completed as a part of the web developer bootcamp course on Udemy.
| URL | HTTP Verb | Action |
|---|---|---|
| /blogs | GET | index |
| /blogs/new | GET | new |
| /blogs | POST | create |
| /blogs/:id | GET | show |
| /blogs/:id/edit | GET | edit |
| /blogs/:id | PUT | update |
| /blogs/:id | DELETE | destroy |
- HTML
- CSS
- Semantic UI
- NodeJS
- Express
- MongoDB