The conta-me historias web application depends on:
- the front-end user interface (this repository)
- the back-end API to retrieve data
The user interface will not work properly without the back-end API. See API for instructions on how to run the back-end server.
It is recommended to setup a virtual environment.
$ pip install -r requirements.txt
Directly from python
$ python run.py
or through Gunicorn
$ sh run.sh
$ celery -A run:celery worker --loglevel=info