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 upCheckout project wiki page for API documentation
To install dependencies:
pipenv install --devAdd pre-commit hooks:
pre-commit installRun tests:
docker-compose run --rm app pytest