Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 759 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 759 Bytes

storefulfillment

Steps to deploy

  1. Clone this repo

  2. cd into storefulfillment directory

  3. Build docker/container image by running the following command: gcloud builds submit --tag gcr.io/{MY-PROJECT-ID}/storefulfillment

  4. In GCP, create a service in Cloud Run and slect your docker image

    image

  5. Once service is created, a url will be displayed. Pasting this into the browser and adding /docs will allow you to see the FastAPI documentation for the API. e.g. https://storefulfillment-ykh62gqhtq-lz.a.run.app/docs

image