package
0.4.1
Repository: https://github.com/tomogoma/authms.git
Documentation: pkg.go.dev

# README

Deployment

Pre-requisites

  1. Setup and authenticated gcloud tools to deploy to your appengine project.
  2. A cloud postgresql instance: quick start

Notes

  1. All configurations refered to in this readme will be found in cmd/gcloud
  2. Deployment should also be done from the cmd/gcloud folder.
cd cmd/gcloud

Configuration and deployment

Configuring the service

  1. Edit the configuration file at conf/<name><version>.conf.yml. It is documented for required values.
  2. Edit app.yaml It is documented for required values.

Deployment

gcloud app deploy

The API docs for service access can be accessed on your browser via

https://PROJECT_ID/<version>/<name>/docs

Replace PROJECT_ID with your AppEngine project-id.