8000 GitHub - facosta0787/sniplink: Simple link shortener.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple link shortener.

License

Notifications You must be signed in to change notification settings

facosta0787/sniplink

Repository files navigation

SNIPLINK

Simple link shortener, was created for practicing with the airtable api and for test the new middleware feature of NextJs 12.

sniplink.tk

demo

Setting up

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

Installing and running

npm install &&
npm run dev

Stack

  • Vercel
  • NextJS
  • ReactJS
  • Type Script
  • React Query
0