/url-shortener-node-hasura

An url shortener made using Node JS, React JS, Express JS and Hasura

Primary LanguageJavaScript


Simple Url Shortener

An url shortener made using Node JS, React JS, Express JS and with Hasura.
View Website

Table of Contents
  1. Built With
  2. Installation
  3. Usage
  4. Hasura
  5. Contact

About The Project

Built With

Installation

git clone https://github.com/suryakanigolla/url-shortener-node-hasura.git .
npm install
npm run build
npm run start

Usage

  • Shorten your links with a button click

Hasura

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

Contact

LinkedIn