Node.js v8.10.0 or above
Angular v5 or above
MongoDB database engine v3.6.3 or above
follow this commands$ sudo service mongod start
$ cd {project_folder}/NodeJs/
$ npm install
$ npm start
start app via https://localhost:9090/
$ cd {project_folder}/Angular/
$ npm install
$ npm start
start app via https://localhost:3000/
Start mongoDB server :
mongod.exe --config="C:\mongodb\mongo.config"
Connect to localhost MongoDB server via command line
mongo --port 27017
open project directory
open cmd and type this commands
$ npm install
$ npm start
start app via https://localhost:9090/
open {project_folder}/Angular/ then type following commands:
$ npm install
$ npm start
start app via https://localhost:3000/