Simple link shortener, was created for practicing with the airtable api and for test the new middleware feature of NextJs 12.
First of all you have to create you airtable with the next formats and names:
Table Name: links-shortener
production sheet: links
development sheet: links-dev
Field Name | Type |
---|---|
uid | Single line text |
link | Single line text |
Besides that, you have to generate your api-key and to get your airtable id and put them into the .env.local file
npm install &&
npm run dev
- Vercel
- NextJS
- ReactJS
- Type Script
- React Query