Skip to content

SebastianKurp/WTFIB-API

Repository files navigation

WIB-API

Tech Used:

  • GraphQL
  • Node.js as the enviroment
  • Fly.io for hosting
  • AirTable as the DB

About

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.

To run

  1. cd directory and run yarn
  2. add apporitate base_id and api_key in server.js
  3. add base_id and header cookies in runFetchSchemaHTML.js
  4. node runFetchSchemaHTML.js
  5. node server.js

About

API for my WTFIB site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published