Fullstack Jamstack with Next.js
This was an app developed while watching a course from Auth0.
The tecnologies that were used in this project are:
- Nextjs
- Airtable
- Tailwind
- Auth0
First, run the development server:
npm install
# or
yarn
For the app work properly you should create a '.env' file and add all the necessary keys
AIRTABLE_API_KEY=
AIRTABLE_BASE_ID=
AIRTABLE_TABLE_NAME=
AUTH0_DOMAIN=
AUTH0_SECRET=
AUTH0_CLIENT_ID=
COOKIE_SECRET=
If you have any doubts about how to set up the project, check out this course: https://www.youtube.com/watch?v=TNKzKtNTjls&list=PLFy4PlnBWBbpcZR1JFnsksFg1DUaUMFRN&index=15