For information about running the client app reference: COVIC Visualizer Client
From within the covic-visualizer folder run:
npm install
npm run dev
From within the covic-visualizer folder run:
git push heroku main
Covic Visualizer server is built off of Node.js, so your deployment environment must be capable running Node.js
On your deployment environment please add the following environment variables(*contact admin for airtable keys)
AIRTABLE_API_KEY
AIRTABLE_BASE
- Please never place these Airtable Environment variables in the projects .env file as this is sensitive access data.
https://covic-visualizer.herokuapp.com
*Please do not edit the column names, param names for these views)
Views used from Figures Table
API [DO NOT EDIT]
API [DO NOT EDIT] old-new
Figures Grid
Metadata table is used to populate filter categories
API [DO NOT EDIT]
Contains the main part of the app that is responsible handling interaction between the Airtable Data
https://api.airtable.com/v0/...
base: '/'
figures: '/figures'
meta: '/metadata'