Back to Projects

Database Management System

2024
PythonPostgreSQLpsycopg2pgAdmin 4

This project is a database management system that I built as a final project for my Database Management Systems course in 2024. The system is used to track and manage customer information, book information, and book inventory levels. This database system uses book data sourced from Kaggle. I then created 4 additional tables for users, user inventory, store inventory and store. I built the program using Python and PostgreSQL. I then connected the database using psycopg2 for database connectivity and pgAdmin4 for database management. This project showcases my ability to use database management systems and SQL in a practical way.

Videos

Database Management System Demo