Local Development#
API Start-Up#
First, we need to start our local server API. This means that every API call the frontend does will get processed by our local machine instead of some server.
To do this, position within the API’s directory (open GeoAssistant-api project in PyCharm) and run:
uvicorn geoassistant_api.main:app --reload