Home - adichills/kammardi-s-aditya-webdev GitHub Wiki

CS5610 - Summer 1 2017 Course work !!!

This repository houses all the source code of the website built (In Progress) as part of my Web Development Course CS5610 at Northeastern University.

Course Timeline - May 8 2017 - Jun 25 2017

  1. Link to website on Heroku - https://kammardi-s-aditya-webdev.herokuapp.com/
  2. Link to the Project developed as part of the course - https://kammardi-s-aditya-news-hub.herokuapp.com/project/index.html#!/
  3. Link to the assignments developed as part of the course - https://kammardi-s-aditya-webdev.herokuapp.com/assignment

To run the website on your local machine

  1. First download and install node.js - https://nodejs.org/en/

  2. Second download and install mongo (Community Edition) - https://www.mongodb.com/download-center#community

  3. git clone https://github.com/adichills/kammardi-s-aditya-webdev.git

  4. cd kammardi-s-aditya-webdev.git

  5. npm install

  6. mongod

  7. node server.js

  8. browse to localhost:3000