Technologies: MongoDB, Express.js, Node.js and Angular 5
- Download and install MongoDb on your system.
- Start and connect MongoDb to port 27017
- 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