An open API service indexing awesome lists of open source software.

https://github.com/hamoudafares/countries

Backend & frontend that retrieves data from countries.geojson and plots it on a Mapbox map
https://github.com/hamoudafares/countries

angular countries fastapi geojson-polygon map mapbox mapbox-gl-js pydantic-models pyt python

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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"