Skip to content

dpolygon/risingstar-backend

Repository files navigation

risingstar-backend

backend for rising stars

to redeploy

  1. gcloud config set project rising-stars-backend
  2. gcloud run deploy

to redeploy cloud functions

  1. gcloud functions deploy "" --runtime python39 --trigger-http

How Do I Run This Backend Locally?

3 easy steps to run:

  1. flask --app server.py run

To update requirements.txt

  1. pip3 install pipreqs
  2. python3 -m pipreqs.pipreqs .

About

backend for rising stars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages