Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 701 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 701 Bytes

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