Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 325 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 325 Bytes

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