Skip to content

Semester end project for INFO6250 Web Development Tools

Notifications You must be signed in to change notification settings

joshi-aditya/BostonEvents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BostonEvents

Technologies: MongoDB, Express.js, Node.js and Angular 5

Pre-Requisites

  • Download and install MongoDb on your system.
  • Start and connect MongoDb to port 27017

Steps to execute the project:

  • Extract data.zip located in the root folder
  • Using Command line run command: mongod --dbpath <PATH-WHERE-DATA/DB.ZIP-IS-EXTRACTED>
  • Install node modules in server and UserInterface apps with following command: npm install
  • Start the server project with command: npm start
  • Start the UserInterface Angular project with following command: ng serve

About

Semester end project for INFO6250 Web Development Tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published