- Online library website helps the users to browse and search for books to borrow.
- Website have two types of users either an admin or a user
To get started with the Django BiBliBliss Application, follow these steps:
- Python 3.6 or higher
- pip
- virtualenv (optional but recommended)
- Clone the repository:
git clone https://github.com/SH-code12/Library_Website.git cd Library_Website - Create a virtual environment and activate it:
- install pip
- pip install virtualenv
- python -m venv project
- Activate Virtualenv
project/Scripts/activate --> On Windows
source /project/bin/activate --> On Linux
- Apply the migrations to set up the database:
python manage.py migrate
- Run the server:
python manage.py runserver
- Open your web browser and go to http://127.0.0.1:8000 to see the application.
- User Authentication: SignIn and login functionality.
- Admin: Can add, delete, show table of books and edit it.
- User: Can browse, borrow, return, mark and search for books.
We welcome contributions! To contribute to the Django Blog Application, follow these steps:
- Fork the repository
- Create a new branch (git checkout -b feature-branch)
- Commit your changes (git commit -am 'Add new feature')
- Push to the branch (git push origin feature-branch)
- Create a new Pull Request
Email: shahdelnassag@gmail.com
GitHub:https://github.com/SH-code12