Skip to content

excars/excars-back

Repository files navigation

ExCars

Travis CI Codacy Badge codecov Checked with mypy Code style: black pyup

This is backend for ExCars project - carpool application that helps you get to work!

Quickstart

Create secrets.env file with following content:

GOOGLE_OAUTH2_CLIENT_ID=<...>

and hit:

docker-compose up

API

Checkout project wiki page for API documentation

Development

To install dependencies:

pipenv install --dev

Add pre-commit hooks:

pre-commit install

Run tests:

docker-compose run --rm app pytest