vvdanila / route-tracker

GPS Route Tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 98.4%Language:Dockerfile 1.6%