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.3
pip==18.1
django==2.1.7
djangorestframework==3.9.2
Pillow
Bootstrap
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/linux
git clone https://github.com/satya7289/Library.git
cd library
pip3 install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
For windows
git clone https://github.com/satya7289/Library.git
cd library
pip3 install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python 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
:s
password
:123123
-
Student
username
:saaa
password
:sp855107
-
Manager
username
:satya
password
:sp855107