- Python 3
- Pipenv
-
Install all dependencies
pipenv install --dev -
Run development server
pipenv run dev -
Send an example[/examples.http] request to the API at:
localhost:6000
This project has a Dev, QA, and Production environment. In order to make contributions, create a PR into the main branch. A deployment will automatically be made targeting to the Dev environment.
If you want to redeploy your code to the Dev environment, run a new DEV Cloud Run Deploy workflow.
Upon merge to the main branch, a new QA deployment will be made.