This is a small project using Angular, Nodejs, Parse Server and Mongodb.
- Known technologies: Nodejs, Mongodb
- New technologies learnt for the project: Angular, Parse Server.
- Objective was to learn Angular
Clone this repo.
-
Server
Navigate to the server directory on your local installationRun npm installPlace the .env file in the server/core directory. *Note, make sure it's .env not the env.txt file.Run $ node index.js or $ npm start to start the server -
Client
Navigate to the client directory on your local installationRun npm installRun $ ng serve to start the clientNavigate to http://localhost:4200
*Notes
- Use of Angular might architecture might not be optimal due to lack of experience.
- The map will not be displayed properly as it requires a paid API KEY.



