Skip to content

RajatSablok/URL-Shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortner

A URL shortener with analytics

Features

  • Shorten URL with one click
  • See analytics for your short URLs
  • All this for free, obv ❤️

Instructions to run

$ git clone https://github.com/RajatSablok/URL-Shortner.git
$ cd URL-Shortner
$ npm install

Create a .env file in the root directory with the following fields:
dbURI
baseURL
jwtSecret
sendgridEmail
SendgridAPIKey

$ npm start

Contributors