A system for performing operations and other things related to the Library has been developed
-
Book information:
-
Add a book:
-
Search for a book:
-
Edit book information:
-
Information about the authors:
-
Information about the order:
-
Create an order:
-
Edit order information:
-
Information about orders placed for the selected user:
-
Python: Python is used as the primary programming language for the backend development of the Auction project.
-
Django: Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It is used to build the backend logic and handle HTTP requests in the Auction project.
-
SQL: SQL (Structured Query Language) is used for managing and querying the database in the Auction project.
-
HTML: HTML (Hypertext Markup Language) is used for creating the structure and content of web pages in the Auction project.
-
CSS: CSS (Cascading Style Sheets) is used for styling the HTML elements and enhancing the visual appearance of web pages in the Auction project.
To run the Auction project locally, follow these steps:
- Clone the repository:
https://github.com/Hort1934/Personal-Library.git
- Navigate to the project directory:
cd library
- Install the required dependencies:
pip install -r requirements.txt
- Apply the migrations:
python manage.py migrate
- Run the development server:
python manage.py runserver
- Access the Auction project in your web browser at
http://127.0.0.1:8000/
.
- Register an account or sign in if you already have one.
- Create books, authors, and orders for various products.
- Browse and order books.
- Manage your watchlist to keep track of auctions you are interested in.
We invite you to participate in the Book System project! Please make a fork of the repository, make your changes, and submit a withdrawal request.
This project is licensed under the MIT License - see the LICENSE file for details.