Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.47 KB

NiceBlog

Implementation of a blog sharing application by using NodeJS, Express, and MongoDB

*Demo app may took a while to response, please be patient.

Run in your local environment:

before run this app locally, please make sure you have downloaded MongoDB.

  1. clone the code to your local environment.
  2. go into "/NiceBlog" directory.
  3. open terminal and run npm install command.
  4. run npm start command.
  5. enter "http://localhost:4000" in browser and then you would see the application is running!

This web application help users to post ,read and archive their articles easily.

User Register Page

image

User Login Page

image

Create Post

image

Home Page

image

Post Page

image