Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

gdg-twhk/mask-gae

Repository files navigation

Welcome to mask-gae 👋

License: MIT Twitter: CageChung

mask.goodideas-studio.com backend API

Usage

dispatch.yaml

dispatch:
  - url: "*/favicon.ico"
    module: default

  - url: "*/api/pharmacies*"
    module: pharmacy

  - url: "*/docs*"
    module: docs

  - url: "*/api/feedback*"
    module: feedback

  - url: "*/googleae8f4bcce8bec00c.html"
    module: ownership

  - url: "mask-9999.appspot.com/"
    module: default
$ make
Usage:

  deploy_pharmacy [v=version-name]   deploy pharmacy service
  deploy_docs [v=version-name]       deploy docs service
  deploy_feedback [v=version-name]   deploy feedback service
  deploy_dispatch                    deploy disptach
  build_swagger                      generate swagger docs

Author

👤 Kai-Chu Chung

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 gdg-twhk.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator