Skip to content

A URL shortening webapp made with Nodejs, Express and MongoDB.

Notifications You must be signed in to change notification settings

Gargi-Dbc/Shortify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortify

Alt text

  • A URL shortening webapp made with Nodejs, Express and MongoDB.

  • You have to provide the full URL and this webapp will convert it into its corresponding small URL.

  • Uses shortid package (shortid creates amazingly short non-sequential url-friendly unique ids).

Installation


  • Clone the repo in your local machine:-
$ git clone https://github.com/GargiChakraverty/Shortify.git
  • Then inside terminal install node_modules by:-
$ npm install
  • Make a .env file in your root directory and paste your MongoDB connection string there.

  • Finally run on terminal:-

$ npm start
  • Go to localhost:5000

About

A URL shortening webapp made with Nodejs, Express and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published