Offline solution for maps tools build with flask. http://flask.pocoo.org/
English | Español
git clone [email protected]:melonmochi/easy-maps-backend.git
cd easy-maps-backend
Setup a virtual env to install the package (recommended):
python3 -m venv env
source ./env/bin/activate
Install dependencies:
pip install -r requirements.txt
python manage.py runserver
Open your browser and visit http://127.0.0.1:5000
- Use Docker to build app container. https://www.docker.com/
- Use Kubernetes (K8s) as containers manager. https://kubernetes.io/
- Use Azure Pipelines as CI/CD solution. https://azure.microsoft.com/en-us/services/devops/pipelines/
- Use GraphQL as query language. https://www.graphql.org/
- Connect to postgresql. https://www.postgresql.org/
- Support offline map tiles rendering service.
- Support offline map routing service.
We welcome all contributions.