Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Um exemplo com foco na simplicidade para ilustrar os conceitos fundamentais para fazer uma aplicação web com Flask, SQLite e SQLAlchemy

License

Notifications You must be signed in to change notification settings

bcd29008/python-flask-sqlite-inicial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exemplo com Python3, Flask, SQLite e SQLAlchemy

Um exemplo com foco na simplicidade para ilustrar os conceitos fundamentais para fazer uma aplicação web com Flask, SQLite e SQLAlchemy.

Preparando ambiente com virtualenv

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Executando

python3 app.py

About

Um exemplo com foco na simplicidade para ilustrar os conceitos fundamentais para fazer uma aplicação web com Flask, SQLite e SQLAlchemy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published