The repository contains web pages using Django web development framework in python language. It contains a) Two Forms Students and Books b) One Form to issue a book to particular student. (where multiple transaction require on one student).
Open terminal using Ctrl + Alt + T. Run the following command
git clone https://github.com/Agha-Muqarib/Library-Management-System.git
Create and activate virtual environment using
virtualenv -p python3 venv
cd venv
source bin/activate
cd ..
cd LMS
pip install Django
python manage.py makemigrations
python manage.py migrate
python manage.py runserver