Skip to content

Latest commit

History

History
37 lines (25 loc) 路 657 Bytes

File metadata and controls

37 lines (25 loc) 路 657 Bytes

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