airtable-react

How to use Airtable as a minimum viable database for your ReactJs project.

Quick Start

Clone the repo and install dependencies

git clone https://github.com/focuswish/airtable-react.git
cd airtable-react && npm install

Add Airtable API key

Edit .env and add your Airtable base, table, view and API key. All of the aforementioned can be found here: https://airtable.com/api

AIRTABLE_BASE=
AIRTABLE_TABLE=
AIRTABLE_VIEW=
AIRTABLE_API_KEY=
AIRTABLE_MAX_RECORDS=20

Start the server

npm run start

Further Reading

Airtable As A Minimum Viable Database For Your ReactJs Project