Find nearest deas based on data from Datos abiertos de la comunidad de madrid
-
Clone repository
$ git clone https://github.com/jucavi/deas.git
-
Create virtual enviroument and activate it
$ python3 -m venv .venv $ source .venv/bin/activate
-
Install dependencies
$ pip3 install -r requirements.txt
-
Setup database
$ flask init-db
-
Populate database
$ python3 dea.py
-
Start api server
$ python3 api.py
-
In other terminal run app
$ python3 server.py
-
Go to honey app
-
You can found a project here