A URL shortener with analytics
- Shorten URL with one click
- See analytics for your short URLs
- All this for free, obv ❤️
$ 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