This is an Angular 8 project to consume a RESTful API (https://github.com/farinalvaro/qtpd-api) and show where the users can bring their donations based on what they have to donate and where they are.
- To install this run:
npm install
In order to run the app. You need to provide the following variables for the project:
- APIEndpoint - where the API is running
- googleMapsApiKey - the api key for google maps
- environment - development|production|test
- googleAnalyticsKey - your Analytics key
- To start the project, run:
npm start
- To run the project in development mode, run:
ng serve -o
A Dockerfile is provided in order to create your own image. Note that you will need to provide the environment variables for the docker image.
Martin Manzo & Alvaro Farina