This project implement Open Street Map package, binding and API in order to find point of interest near a geographical point in Mayotte.
Create a virutal environment using virtualenv.
python3 -m venv venvsource venv/bin/activateUse the package manager pip to install the dependencies.
pip3 install -r requirements.txtIn order to run the backend program, you should follow the steps described below. All commands are run from the root folder.
python download_geojson.pypython serverPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.