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

https://github.com/fscheidt/flask-template

Flask template project
https://github.com/fscheidt/flask-template

flask python template web

Last synced: about 1 month ago
JSON representation

Flask template project

Awesome Lists containing this project

README

          

# Flask template project

## Configuração

Instruções para clonar e configurar este projeto.

Abrir o terminal e executar:

```bash
git clone https://github.com/fscheidt/flask-template.git web-app

cd web-app

python3 -m venv env

source env/bin/activate

pip install -r requirements.txt

```

## Iniciar o servidor web

```bash
python3 app.py
```