This is a NodeJS website for posting blogs supported by MongoDB and ExpressJS
Building and running blogsite in your local dev environment is very easy. Be sure you have Git and Node.js installed, then follow the directions below.
- Clone the source code
git clone https://github.com/piyushb1/mediumClone.git
- Install development dependencies
npm install
- Run a local development server
npm start
blogsite is now running, and can be accessed by pointing a web browser at http://localhost:5000/
Live demo of website here.
