-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Aleksei Maslakov edited this page May 2, 2019
·
6 revisions
- REST API in OpenAPI specification.
- Real Time API
- Staging: https://excars-stage.herokuapp.com
- Production: https://excars.herokuapp.com
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.
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