Basic URL shrinker that shrink long URL into short URL
- NodeJs
- Terminal or gitbash for windows
- mongodb server
- HTML, CSS, JAVASCRIPT (frontend)
- NodeJS as backend
- mongodb as server
- 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