Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 521 Bytes

Marina API

This project was developed for a cloud application course. For complete detail on the API, read demeisol_project.pdf. It is no longer live on google cloud app engine. It requires a credentials.py file with google app engine oauth credentials. Format of the file is below.

credentials= {
    "client_id": "",
    "project_id": "",
    "auth_uri": "",
    "token_uri": "",
    "auth_provider_x509_cert_url":
    "",
    "client_secret": "",
    "redirect_uris": ["",
                      ""]
    }