Skip to content

LIAAD/contamehistorias-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conta-me Histórias
This repository contains the source code of the back-end server of conta-me historias.

Web application

Python

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.

Setup

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.

Install requirements

$ pip install -r requirements.txt

Run server

$ cd api/

Directly from python

$ python app.py

or through Gunicorn

$ sh run.sh

LIAAD dependencies

This project uses the following LIAAD software:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published