- GraphQL
- Node.js as the enviroment
- Fly.io for hosting
- AirTable as the DB
This is a graphQL api that uses airtable as the database for my WIB project It works by parsing the REST api that airtable provides users and converts the schema to be used with graphQL. I choose airtable as the DB, since I wanted something that I could easily manage and update with little to no code. Airtable is simple like google sheets but allows for a lot of customablitly and data types normally not supported by google sheets.
- cd directory and run
yarn
- add apporitate
base_id
andapi_key
inserver.js
- add
base_id
and header cookies inrunFetchSchemaHTML.js
node runFetchSchemaHTML.js
node server.js