Implementation of a blog sharing application by using NodeJS, Express, and MongoDB
*Demo app may took a while to response, please be patient.
before run this app locally, please make sure you have downloaded MongoDB.
- clone the code to your local environment.
- go into "/NiceBlog" directory.
- open terminal and run
npm install
command. - run
npm start
command. - 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.