Gestion d'une bibliothèque de livres.
Find a file
2020-11-12 16:38:53 +01:00
app Basic book search by isbn 2020-11-12 16:38:53 +01:00
migrations Users and books tables creation 2020-05-12 17:52:00 +02:00
.flaskenv Users and books tables creation 2020-05-12 17:52:00 +02:00
.gitignore Ignore db file 2020-11-12 16:08:07 +01:00
config.py Users and books tables creation 2020-05-12 17:52:00 +02:00
deb.py Users and books tables creation 2020-05-12 17:52:00 +02:00
LICENSE Initial commit 2020-04-27 15:06:57 +02:00
README.md README minor update 2020-05-23 17:09:23 +02:00
requirements.txt Basic book search by isbn 2020-11-12 16:38:53 +01:00

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