Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 985 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 985 Bytes

Flutter Application

Api For Flutter App: MyFlutterApp.github.com

Quick Start Using Venv

# Create a Google Cloud Project
https://cloud.google.com/appengine/docs/standard/python3/building-app/creating-gcp-project

# Connect SDK To Google to access DataBase
$ gcloud auth application-default login

# Create an isolated Python environment in a directory external to your project and activate it:
$ python3 -m venv env
$ source env/bin/activate

# Install dependencies
$ pip install  -r requirements.txt

# Run Server (http://localhost:8080)
python main.py

Deploy On Google App Engine

# Create a Google Cloud Project
https://cloud.google.com/appengine/docs/standard/python3/building-app/creating-gcp-project

# Connect SDK To Google 
$ gcloud auth application-default login

# Deploy App
$ gcloud app deploy

# Go To Url
$ gcloud app browse

Endpoints

  • GET /bday
  • GET /bday/:id
  • POST /bday
  • PUT /bday/:id
  • DELETE /bday/:id