Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

bcgov/nr-megathon-auth-c-and-e

Repository files navigation

nr-megathon-auth-c-and-e

Prerequesites:

  • install cpanminus: cpan App::cpanminus
  • install sqitch & postgres connector: cd schema; cpanm --installdeps .

Data deployment:

  • create postgres DB createdb ams_nrced
  • deploy: cd schema; sqitch deploy

Start API:

  • install postgrest
  • from repo root, run postgrest api.conf

Start FE:

  • cd /frontend
  • npm install
  • npm start