Library Management Portal.
These instructions will get you a copy of the project up and running on your local machine for development.
Things which is needed to install the software
python==3.7.3pip==18.1django==2.1.7djangorestframework==3.9.2PillowBootstrap
Steps to get start with this ->
- Fork the project .
- Now from your github repositories choose library project.
- Clone to the local machine .
- For getting started with this environment follow these steps.
For ubuntu/linuxgit clone https://github.com/satya7289/Library.gitcd librarypip3 install -r requirements.txtpython3 manage.py makemigrationspython3 manage.py migratepython3 manage.py runserver
For windowsgit clone https://github.com/satya7289/Library.gitcd librarypip3 install -r requirements.txtpython manage.py makemigrationspython manage.py migratepython manage.py runserver
- Django - The web framework used
- Bootstrap - Frontend
- DjangoRestFramework - For API
- Satya Prakash Sharma
- Customized Different types of users and permission.
- RESTful API is written using DjangoRestFramework to expose important data to other applications.
- Implemented Search, Delete, Update, Create feature for all model.
Superuser
username:spassword:123123Student
username:saaapassword:sp855107Manager
username:satyapassword:sp855107