CRUD operation APIs made in Python Django for complete Library management
Fork the git repo, then clone the repo
Create a virtualenv env
virtualenv envActivate the env
source env/bin/activateinstall dependencies and add .env file in /libraray_maangment by taking reference from .env.sample
pip install -r requirements.txt
python manage.py runserverhttps://www.postman.com/1010varun/workspace/library-management-system/overview