Skip to content

suryakanigolla/url-shortener-node-hasura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published