1.0.1 • Published 10 months ago
prima-service v1.0.1
Server for prima
Node server using typescript
Note: requires a .env file in the root directory see format below
Run
yarn start
Build
yarn build
.env
NODE_ENV=dev
FIREBASE_PROJECT_ID=prima-df54f
# These come from the firebase console, project-overview-gear/Service accounts (download a json file with values)
FB_PRIVATE_KEY_ID=blahblah
FB_PRIVATE_KEY=-----BEGIN PRIVATE KEY-----\nblahblah\n-----END PRIVATE KEY-----\n,
FB_CLIENT_EMAIL=blahblah
FB_CLIENT_ID=blahblah,
# These come from the Plaid dashboard: https://dashboard.plaid.com/team/keys
PLAID_CLIENT_ID=blah
PLAID_SECRET=blah
PLAID_ENV=sandbox
PLAID_PRODUCTS=auth,transactions
PLAID_COUNTRY_CODES=US,CA
PLAID_REDIRECT_URI=
1.0.1
10 months ago