Jadezzz / RESTful-Blog

Blog app implementing RESTful routing conventions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESTful-Blog

Blog app implementing RESTful routes

RESTFUL Chart

Features

  1. Index Page

  2. Create Blog Post

  3. Edit Blog Post

  4. Show Full Blog Post (Including Edit and Delete)

Dependencies

  • Node.js
  • npm
  • mongodb

Following packages can be handled by npm

  • mongoose
  • express
  • body-parser
  • method-override
  • express-sanitizer

Usage

npm install
node app.js

// In browser
localhost:3000

About

Blog app implementing RESTful routing conventions


Languages

Language:HTML 69.3%Language:JavaScript 28.9%Language:CSS 1.8%