This is backend for ExCars project - carpool application that helps you get to work!
Create secrets.env
file with following content:
GOOGLE_OAUTH2_CLIENT_ID=<...>
and hit:
docker-compose up
Checkout project wiki page for API documentation
To install dependencies:
pipenv install --dev
Add pre-commit hooks:
pre-commit install
Run tests:
docker-compose run --rm app pytest