Skip to content

A system for performing operations and other things related to the Library has been developed

License

Notifications You must be signed in to change notification settings

Hort1934/Personal-Library

Repository files navigation

Personal-Library

A system for performing operations and other things related to the Library has been developed

  1. Authorization / User Registration:
    • Authorization screen: image
  • Registration screen: image
  1. Book information:

    • The book information screen: image
  2. Add a book:

    • The add book screen: image
  3. Search for a book:

    • The book search screen: image
  4. Edit book information:

    • Edit book information screen: image
  5. Information about the authors:

    • The author information screen: image
  6. Information about the order:

    • Order screen by authorized user: image
  7. Create an order:

    • Order creation screen: image
  8. Edit order information:

    • The screen for editing order information: image
  9. Information about orders placed for the selected user:

  • The screen for information about orders placed: image

Technologies Used:

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

Installation:

To run the Auction project locally, follow these steps:

  1. Clone the repository:
https://github.com/Hort1934/Personal-Library.git
  1. Navigate to the project directory:
cd library
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Apply the migrations:
python manage.py migrate
  1. Run the development server:
python manage.py runserver
  1. Access the Auction project in your web browser at http://127.0.0.1:8000/.

Usage:

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

Contributing:

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.

License:

This project is licensed under the MIT License - see the LICENSE file for details.

About

A system for performing operations and other things related to the Library has been developed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published