Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 497 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 497 Bytes

Django Rest API for Overpass Turbo

This repository will set up an API for Overpass turbo.

Requirements

Python 3.9

Installation

Setup Pipenv
 pip install --user pipenv
Install dependencies and run shell
 pipenv install #dependencies
 pipenv shell
Launch API
 python manage.py runserver