Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 733 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 733 Bytes

Ekostraz

Wrocław Serverless Hackathon application

Frontend Quickstart Guide

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

API Postman Collection

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.

API Swagger

You can find API Swagger UI under the url: https://ekostrazstagging.azurewebsites.net/api/swagger/ui - staging env.