Blog App requires Node.js v4+ to run.
You must have npm installed in your computer. Then follow these steps:
Install the dependencies and devDependencies
$ cd BlogApp
$ npm install
start the server
$ node app.js
Verify the deployment by navigating to your server address in your preferred browser.
http://localhost:3000/
Tip: Changes to the html, css and js files may not reflect immediately in the browser because of caching. It is advisable to install a browser extension that clears the cache for you.
This project uses MongoDB as its backend database. You can install it by following the instructions provided in their official site.
Once installed you can connect to MongoDB by following the instructions provided in this video
- Backend - NodeJs
- Front-end - Html,CSS
- Database - MongoDB
MIT