- Syed Danial Imtiaz (1221301145)
- Siddiq Ferhad (1211103095)
- Nazhan Harraz (1221301122)
This project is a Library Management System that allows users to borrow and return books. The system is implemented using Python and MS SQL Server.
- Add a new book
- Remove a book
- Borrow a book
- Return a book
- View all books
- View borrowed books
- View available books
- Search for a book
- View fines
Note: Ensure that Python, MS SQL Server, and the ODBC driver for SQL Server are installed on your system. Also, make sure the database and user credentials are set up beforehand and configured in a
.envfile inside thesrcfolder.
-
Install the required packages:
pip install -r requirements.txt
-
Navigate to the root directory (
srcfolder). -
Make migrations:
python manage.py makemigrations python manage.py migrate
-
Run the development server:
python manage.py runserver