Backend This repository contains the backend of the LLR Hall Library Management system. Deployed Here Start Virtual ENV source venv/bin/activate Setup Install requirements by running pip install -r requirements.txt Create Requirements file pip3 freeze > requirements.txt Start the server python app.py