Skip to content

trckr/trckr-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trckr-backend

The backend of the trckr application

Getting Started

  • Start the project and run the containers in detached mode docker-compose up -d
  • Run db migrations docker-compose exec web python manage.py migrate
  • (optional) Create an admin user docker-compose exec web python manage.py createsuperuser
  • Visit https://localhost:8000 and admin area at https://localhost:8000/admin

About

The backend of the trckr application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published