Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 467 Bytes

DRF-Local-Library

An improvised Django rest Framework project for library management inspired by Mozilla Developers Network Article.

How to run this Application

Make sure you have installed:

  • Docker
  • Docker compose

Clone this repository.

cd to project directory cd/drf-local-library

Create a .env file in the project root directory following the .env_sample

Run docker compose up --build -d

This will build the images and run in detached mode.