Gestion d'une bibliothèque de livres.
| app | ||
| migrations | ||
| .flaskenv | ||
| .gitignore | ||
| config.py | ||
| deb.py | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
LibraryManager
How to start the Flask server:
Unix-like systems:
export FLASK_APP=deb.py
Windows:
set FLASK_APP=deb.py
Running:
flask run --port=4000