Skip to content

Install instructions

Nicolas Martinez edited this page Jul 27, 2024 · 3 revisions

To be created.

Can use similar structure as past project.

To install and run the Feed Me Now application, follow these steps in order listed below:

Server

Airtable Database

  1. Click on Airtable share link https://airtable.com/appH0gGHCWAg4uegJ/shrc1m5L2rmmZhTWS

Note: It will say "No visible records" which is fine.

  1. (Optional step if you're a collaborator) Click "Use this data". This should create your own empty database with the same schema.

  2. Navigate back to server and in the .env variable AIRTABLE_BASE_ID with the url part that starts with "app"

  3. Create a personal access token https://airtable.com/create/tokens

  4. In that same .env variable, update AIRTABLE_PERSONAL_ACCESS_TOKEN with your token id (begins with pat)

Clone this wiki locally