Skip to content
Aleksei Maslakov edited this page May 2, 2019 · 6 revisions

Welcome to the excars-back wiki!

API

Integration

Staging is basically always the latest master. Production is the latest tag.

API expects Google ID token in Authorization header. You also need to know correct Client ID in order to implement Google Oauth within excars application.

Developing

To submit new code to the project you'll need to:

  • Clone the repo git clone https://github.com/excars/excars-back.git
  • Install pre-commit hooks: pre-commit install
  • Make changes
  • Run tests docker-compose run --rm app pytest
  • Open Pull Request
Clone this wiki locally