Skip to content

xero-q/django-school-restapi

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published