Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

Overview

This is a Library Management System built with Django as the backend API service and SQLite as the default database. The system allows users to manage books, genres, users, borrowed books, and submitted books.

Prerequisites

  • Python 3.x
  • Poetry

Installation

  1. Clone the repository:
  2. Install dependencies:
    • poetry install
  3. Set up the database:
    • poetry run python manage.py migrate
    • since the databease is preconfigured and is provided into the repo the step can be skipped

Usage

  1. Run the development server:

    • poetry run python manage.py runserver
  2. Accessing the API endpoints through the following URLs:

  3. Alternetly , one can use the admin site to make some changes into the enpoints


NOTE : since for the auth both basci and jwt are used

About

creating a basic skeleton api structure for the library management system using django

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages