Skip to content

A RESTful blog application - Backend project with Express and MongoDB

Notifications You must be signed in to change notification settings

longnghiem/restful-blog

Repository files navigation

Project summary

The objective of this project is to build a RESTful Blog application which uses HTTP request to GET, PUT, POST and DELETE data.

page

  • Users can view all blogs on Home page.
  • Users can add new, edit or delete a Blog.
  • MongoDB is used for storing data.

Languages used

  • Html (ejs 2.5)
  • Css (Semantic UI 2.3)
  • Javascript
  • Express 4.16
  • Mongoose 5.2

Getting started

Please make sure MongoDB has been installed on the machine first!

Clone the project:

> git clone git@github.com:longnghiem/restful-blog.git
> cd restful-blog
> npm install
> node initializeDB.js
> npm start

Please check localhost:3003 on browser to view the application.

License

This project is licensed under the MIT License.

About

A RESTful blog application - Backend project with Express and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published