A simple url shortener built using Node.js
- Clone this repository
- Install the required packages using
npm install
- Start redis server by typing
sudo service redis start
- Run the express server using
npm start
- Go to localhost:8080/ on your browser and enter the URL that is to be shortened
- The shortened URL is shown and can be used instead of the original URL
- Express.js
- Node.js
- Redis