Skip to content

arunavkonwar/redis-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis URL Shortener

Microservices are at the heart of most modern-day apps. They are popular due to their modular properties and enable apps to scale like never before. My project is a reimagination of a relatively popular 'URL-shortening' app but built and powered with Redis.

This app shortens/modifies URLs which can be used to potentially gather analytics about certain posts or resources the user is sharing online. The final URL length can be modified using parameters on the backend. This is a relatively simple microservice, which can be further modified into a dedicated API with authentication for different use cases

Version

1.0.0

Usage

Make sure you have Redis installed and running

Install Dependencies

$ npm install

Run Server

$ npm start

Visit http://localhost:8080

About

A super fast URL Shortener microservice with Redis on the Cloud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published