An online library management system api written with python, django and DRF.
- python
- django
- django rest framework
- docker
- postgresql(as default database)
after cloning project do these instructions step by step. After cloning project, you can simply run this project by following instructions bellow.
create a .env
file and set value for SECRET_KEY
, POSTGRES_NAME
, POSTGRES_USER
and POSTGRES_PASSWORD
keys.
you can install docker from here.
open a terminal and run command bellow.
docker-compose up
this command will run project on localhost:8000
and you will be able to visit that by your favorite browser.