To run your code, proceed with below steps:
Step1: Go to Mongo DB folder then open bin folder, from there open cmd and type mongod.
Step2: Open cmd from server folder and run npm install and after that run nodemon server, it will run the server on given port.
Step3: Open cmd from developement folder and run npm install and after that run ng serve.