Simple App based on MongoDB , Angular Js , Express and Node JS
Steps To start the App:
-
Install all the depedencies by typing : npm install
-
Now start the server by typing : node server
-
Now type in web-browser: localhost:4000
-
You can check the tests created in Test folder.
-
Use postman to send the GET , POST , DELETE , PUT request.