Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devocionario/matosSoaresBibliaApi


https://github.com/devocionario/matosSoaresBibliaApi

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Flask Bible API

Esta é uma simples API em Flask para acessar versículos da Vulgata Sisto-Clementina traduzidos pelo Padre Matos Soares (1956) e armazenados em um arquivo CSV

## Setup

1. Clone este repositório:
```bash
git clone https://github.com/devocionario/matosSoaresBibliaApi.git
cd matosSoaresBibliaApi

2. Instale as dependências pip:
```bash
pip install -r requirements.txt

3. Execute:
```bash
flask run