Skip to content

A URL shortening webapp which can be used to shorten any given URL.

Notifications You must be signed in to change notification settings

muskanmi/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

URL Shortener

This repository contains the source code of a simple URL shortening web application which is used to shorten any URL.

Prerequisites:

  • Node should be installed in your system.

  • Mongo should be installed in your system (which is used for creating the database of this application).

Instructions:

  1. Get the source code on your pc via git and navigate inside the folder through your terminal.
  git clone https://github.com/muskanmi/url-shortener
  1. Move into the src folder by running:
cd src
  1. Now, install all the required node dependencies by running:
  npm install
  1. Run the application using:
npm run devStart
  1. URL shortener web application is ready for use. You can access it at http://localhost:5000/.

About

A URL shortening webapp which can be used to shorten any given URL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published