maxandix / bands_analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API for rest.bandsintown.com analysis

2 Endpoints are available:

Run

To run you need Python 3.

Download code from GitHub. Install dependencies:

pip install -r requirements.txt

Create a database SQLite

python3 manage.py migrate

Run server:

python3 manage.py runserver

The service will be at 127.0.0.1:8000

About


Languages

Language:Python 100.0%