Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 699 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 699 Bytes

pqaas-model

Requirements

  • Python 3
  • Pipenv

Project Setup

  • Install all dependencies pipenv install --dev

  • Run development server pipenv run dev

  • Send an example[/examples.http] request to the API at: localhost:6000

Contribution

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.