Pre-requisites -
- Python3
- pip
Running the program -
- Go to the directory
- python3 main.py
- Installing Dependencies
- There is a requirements.txt stored, you can installing it by running pip install requirements.txt
To compile - Our Entry Point would be - main.py
The project's purpose is to demonstrate ORM for a library system using python.