/RESTfulBlogApp

A Complete RESTful Blog App

Primary LanguageHTML

RESTful Blog App

A simple Blog App made using RESTful routes using M.E.N. Stack, ejs templates and Semantic-UI for styling.

i.e.
  • MongoDB (Mongoose)
  • Express.js
  • Node.js

It allows its user to create, read, update, and delete (CRUD) various blog posts.

    RESTful Routes
  • INDEX
  • NEW
  • CREATE
  • SHOW
  • EDIT
  • UPDATE
  • DELETE