Skip to content

Django backend for a Library management system.

Notifications You must be signed in to change notification settings

ahmed-arb/LMS-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

505bef1 Β· Jan 20, 2023

History

2 Commits
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023

Repository files navigation

LMS API πŸ“š

Django API for Library Management System

Installation and Setup:

You first need an env ☘️

# create the env
conda create --name libraryenv

# install requirements
pip install -r requirements.txt

This project uses PostgreSQL. If you wish to use another database you would need to modify "DATABASES" in settings.py accordingly. Otherwise you just need a .env file with DB credentials. Migrate models to your db

python manage.py migrate

Start the app

python manage.py runserver

Documentation πŸ“:

Complete docs of the API are available at the endpoint:

http://{HOST}/docs

About

Django backend for a Library management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages