An url shortener made using Node JS, React JS, Express JS and with Hasura.
View Website
Table of Contents
git clone https://github.com/suryakanigolla/url-shortener-node-hasura.git .
npm install
npm run build
npm run start
- Shorten your links with a button click
Created a table with id, slug, url as columns. Indexed based on the slug column. Kept the slug column unique to avoid url collision. Requested data from Node backend using the GraphQL Post url