This project mimicks an online book store using a database and a command-line interface for the users.
-
Create a new database in postgres.
-
Update line 220 in src/insertion/insert.py and line 10 in src/ui/queries.py to have the username and password you used.
-
Using Python3, run src/insertion/insert.py in your terminal. This will populate the database with books, publishers, authors, and genres.
-
Make sure line 10 in src/ui/queries.py has been changed to have the username and password you used upon database creation.
-
Using Python3, run src/ui/main.py
NOTE: you can only make one order per customer