Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.7 KB

File metadata and controls

76 lines (54 loc) · 1.7 KB

BiBlioBliss

Description

  • 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

Table of content

Instullation

To get started with the Django BiBliBliss Application, follow these steps:

Prerequisites

  • Python 3.6 or higher
  • pip
  • virtualenv (optional but recommended)

Steps

  1. Clone the repository:
    git clone https://github.com/SH-code12/Library_Website.git
    cd Library_Website
  2. Create a virtual environment and activate it:
   - install pip
   - pip install virtualenv
   - python -m venv project 
  1. Activate Virtualenv
    project/Scripts/activate --> On Windows
    source /project/bin/activate --> On Linux
  1. Apply the migrations to set up the database:
    python manage.py migrate
  1. Run the server:
    python manage.py runserver
  1. Open your web browser and go to http://127.0.0.1:8000 to see the application.

Features

  • 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.

Contributing

We welcome contributions! To contribute to the Django Blog Application, follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Create a new Pull Request

Contact Information

Email: shahdelnassag@gmail.com

GitHub:https://github.com/SH-code12