Skip to content

RESTful Blog App that implements all the 7 main RESTful routes. Built with NodeJS, Express and MongoDB.

Notifications You must be signed in to change notification settings

AymanSalah96/RESTfulBlogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

RESTful Blog App that implements all the 7 main RESTful routes. Built with NodeJS, Express and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published