This project was generated with Angular CLI version 6.0.1.
To run this app:
Before running this app, please make sure that you have these installed and set up: NodeJS(https://nodejs.org/en/download/)
Angular6(https://angular.io/guide/quickstart)
MongodB(https://docs.mongodb.com/manual/installation/)
- Git clone and open folder.
- Open terminal and write "npm install".
- After installation start mongo server by writing "mongod" in terminal.
- To start App write "npm start".
- Open "http://localhost:3000" on browser.