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
- Host: GitHub
- URL: https://github.com/fscheidt/flask-template
- Owner: fscheidt
- Created: 2025-09-23T01:05:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-09-23T03:17:49.000Z (9 months ago)
- Last Synced: 2025-10-03T14:13:57.435Z (9 months ago)
- Topics: flask, python, template, web
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```