Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 566 Bytes

Link Shortener

A link shortener using express, mongoDb and google authentication

The website is hosted at links.bhushan.fun (but not accesible to public)

there is also a table indexing the urls created and the no.of times each url is used
you can also add, remove the urls(hence the acces is restricted )

As the website is not available, the preview of the website will look something like this

you should add 3 elements in .env file

  1. MONGO_URI
  2. PORT(optional)
  3. VERIFIED_USERS(for access restriction)

alt