Skip to content

πŸ“š A Library Website made with Flask and SQL

License

Notifications You must be signed in to change notification settings

sdaqo/SQL-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

90 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š Library Website

This is a Library Website made with Python, SQL and Flask for a School Project

Screenshots

Screenshot 2022-10-26 at 22-27-19 Library - SQL Library Screenshot 2022-12-26 at 13-30-37 Medialist - SQL Library Screenshot 2022-12-26 at 13-33-07 Staff Panel - SQL Library Screenshot 2022-12-26 at 13-35-08 Server Dashboard - SQL Library

Setup

Install requirements for the Project:

Tipp: Use a virtual Envoirment

pip install -r requirements.txt

Database:

You can either use the sample Database in library_db/library.db or create your own one with the structure given in the db_create.sql file and copy it to library_db/library.db

Sample Database:

Admin user Credentials:

Email: admin@admin.admin Password: admin1234

Start

Without Debugging:

python wsgi.py

With Debugging:

python -m library_db.app

You can also specify a host and port in wsgi.py like so:

...
if __name__ == "__main__":
    app.run(host='<The Host>', port=<The Port>)

About

πŸ“š A Library Website made with Flask and SQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published