Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 626 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 626 Bytes

URL-Shrinker

Basic URL shrinker that shrink long URL into short URL

Getting Started

Prerequisites

  • NodeJs
  • Terminal or gitbash for windows
  • mongodb server

Technology used in project

  • HTML, CSS, JAVASCRIPT (frontend)
  • NodeJS as backend
  • mongodb as server

Installation

  • first clone the project using git
git clone https://github.com/moayadalsariya/URL-Shrinker.git
  • Then cd to URL-Shrinker
cd URL-Shrinker

install dependencies using npm install

npm install

Start mongodb server

run the program

npm run start

Demo

til