Wrocław Serverless Hackathon application
After repo cloning:
cd Ekostraz/frontend
npm install
npm start
This should start a local server on localhost:4200. Tested to work with node 10.16.0.
For more available frontend scripts see frontend/README.md and frontend/package.json
In folder backend/ you will find EkoStraz.postman_collection.json file that is exported Postman collection containing all API endpoints with example use. Please after every change to API update the json file.
You can find API Swagger UI under the url: https://ekostrazstagging.azurewebsites.net/api/swagger/ui - staging env.