Skip to content

teknas07/BlogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog_App

Gitter

Installation

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.

Setting up the Database

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

Technology Stack

  • Backend - NodeJs
  • Front-end - Html,CSS
  • Database - MongoDB

License

MIT