This app provides a template for creating REST APIs that provide country information.
To start the app:
-
adjust postgres configuration (app-config.yaml)
-
set the secrets:
export GITHUB_CLIENTID=...
export GITHUB_CLIENTSECRET=...
- and run:
yarn install
yarn dev