Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.04 KB

RESTful Blog App

This project was completed as a part of the web developer bootcamp course on Udemy.

App RESTful routes:

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

Frontend technologies:

  • HTML
  • CSS
  • Semantic UI

Backend technologies:

  • NodeJS
  • Express
  • MongoDB

Here's some screenshots from the app:

  • Index:

  • Show Post Details:

  • Edit Post: