/hello-express-airtable

Express starter app for Glitch with Airtable

Primary LanguageHTMLMIT LicenseMIT

Welcome to Express Airtable starter

Get started

Prerequisite: an Airtable account, maybe a Glich account

  1. Remix this on Glitch
  2. Get your API key by going to https://airtable.com/account and clicking "Generate key"
  3. Get your base id by going to your base and clicking "Help (i)" and then "API Documentation"
  4. Put your AIRTABLE_BASE and AIRTABLE_API_KEY in .env

Introduction to Glitch

Click Show in the header to see your app live. Updates to your code will instantly deploy and update live.

Glitch is the friendly community where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you.

Find out more about Glitch.

Your Project

On the front-end,

  • edit public/client.js, public/style.css and views/index.html
  • drag in assets, like images or music, to add them to your project

On the back-end,

  • your app starts at server.js
  • add frameworks and packages in package.json
  • safely store app secrets in .env (nobody can see this but you and people you invite)