Skip to content

vvdanila/route-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Route Tracker App

Local Development

To run the project locally:

docker-compose build docker-compose up or docker-compose up -d to run docker-compose in detached mode

Migrations

To make migrations:

docker-compose run web python manage.py makemigrations

To run the migrations:

docker-compose run web python manage.py migrate

Unit Tests

To run the test suite:

docker-compose run web python manage.py test

About

GPS Route Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published