Skip to content

vsh9/BookHive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookHive

This project is a comprehensive Django-Ninja application demonstrating the creation and management of APIs. It simplifies library operations by implementing basic CRUD (Create, Read, Update, Delete) functionality for a library management system.

Features

User Management:

  • User registration
  • Login and authentication
  • User profile management (optional)

Book Management:

  • Add, edit, and delete book information (title, author, ISBN, etc.)
  • Track book availability (available copies, borrowed copies)

Borrowing and Returning Books:

  • Users can borrow available books
  • System tracks borrowed books and due dates (optional)
  • Option to return borrowed books

Getting Started

Prerequisites:

  • Python 3.x
  • Django framework
  • Django-Ninja library (pip install django-ninja)

Clone the Repository:

git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages