The conta-me historias web application depends on:
- the front-end user interface
- the back-end API to retrieve data (this repository)
See UI for instructions on how to run the front-end server.
It is recommended to setup a virtual environment.
The API uses a RedisJSON server as cache system. While the back-end still works without cache, it is recommended to run the Redis server, for a better experience. See RedisJSON for instructions on how to run the server.
$ pip install -r requirements.txt
$ cd api/
Directly from python
$ python app.py
or through Gunicorn
$ sh run.sh
This project uses the following LIAAD software: