Skip to content

Backend & frontend that retrieves data from countries.geojson and plots it on a Mapbox map

License

Notifications You must be signed in to change notification settings

hamoudafares/countries

Repository files navigation

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"