Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 340 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 340 Bytes

book-management

Prerequisites

  • Postgresql; Tested on postgresql@16

  • Python; Tested on [email protected]

    • bcrypt

    • psycopg2

Usage

  • Create a book_management database in psql

  • Run psql book_management -f db_setup.sql

  • In src, run python3 admin.py to create a super admin account

  • Play with python3 main.py