Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 423 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 423 Bytes

Django project with Django Rest Framework for School App

Steps to run the project:

  • Install Docker and Docker Compose

  • Create a file .env in the root folder and set the following environment variables:

    • DB_DATABASE
    • DB_USER
    • DB_PASSWORD
    • DB_PORT
  • Run these commands:

docker-compose build
docker-compose up
  • To stop the project, run:
docker-compose down