An app for tracking a group's collective exercise by plotting it as progress along a physical path. It converts many kinds of exercise to its equivalent in distance walked to be added to the map so that all contributors can see group progress.
- Django and Django Rest Framework backed by Postgres
- Frontend built via React
- Code formatting with Prettier and Black
- Frontend: 3000
- Backend: 8000
manage
- Run Django commands, e.g.scripts/manage createsuperuser
frontend
- Start frontend serverbackend
- Start backend serverformat
- Format code