Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 367 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 367 Bytes

to run the Frontend you need to have a mapbox Token

you can have it easily from their platform and replace it in environment.ts (angular project)

1) backend

run the backend "uvicorn main:app --reload" it should run on port 8000 ( if not change the backend port in environment.ts in the frontend)

2) frontend

run the angular frontend "ng serve"