Giter Site home page Giter Site logo

locallibrary's Introduction

Local Library Web Application

Hi!

This project is created for learning purposes and serves as a simple dynamic web application for an imaginary local library. Built using Django, it focuses on back-end and database logic, with minimal emphasis on front-end styling.

Features:

  • Authentication system based on Django's framework.
  • Automated mail system.
  • Staff members can perform CRUD operations on books, authors, and copies, as well as modify return dates of books.
  • Users and staff members have different access levels and corresponding pages.
  • Users can view the availability status of books in the library, helping them decide whether to borrow a book.
  • Users have the ability to view a list of books they have borrowed.
  • Staff members have access to a comprehensive list of borrowed books, including those borrowed by other members, in addition to being able to view the books they have borrowed themselves.
  • And the other features such as detailed author information, providing users with comprehensive details about each author, as well as book details.
  • Asynchronous pagination.
  • And more.

Technology Stack:

  • Django
  • PostgreSQL (Development database)
  • SQLite (Included in the repository)

Screenshots:

Check out screenshots of the web application here.

If you would like to run it on your computer:

  1. Install Python and Django on your system.

  2. Download the Local Library project from the master branch.

  3. Open your terminal.

  4. Navigate to the project directory.

  5. Run the following commands in order:

    • py manage.py migrate
    • py manage.py runserver

    These commands will create a database and start the development server, and you can access the web application in your browser at http://127.0.0.1:8000/.

Bye!

locallibrary's People

Contributors

deusbalatro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.