-
Postgresql; Tested on postgresql@16
-
Python; Tested on [email protected]
-
bcrypt
-
psycopg2
-
-
Create a
book_management
database in psql -
Run
psql book_management -f db_setup.sql
-
In
src
, runpython3 admin.py
to create a super admin account -
Play with
python3 main.py