Skip to content

yashgoyal07/url-shortener-plus

Repository files navigation

url-shortener-plus

It is an upgraded version of my URL Shortener project.

Installation

Clone this directory in your system.(Here, Ubuntu, Docker was used)

Change directory to url-shortener-plus

$ cd url-shortener-plus

run docker-compose up using below command

$ sudo docker-compose up 

Start App in Browser

  0.0.0.0:8000

Information Required

if you want to connect to MySQL. Mysql user: root, Mysql Password: YasMys@1

if you want to connect to Rabbitmq. Rabbitmq user: guest, Rabbitmq password: guest

What's New

  1. Contanerised Application.

  2. Async calls for signup and slink creation.

  3. Celery and rabbitmq used for message queueing.

  4. Redis Cache is used for fast redirection

About

It is an upgraded version of my URL Shortener project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published