Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joanroucoux/url-shortener-full-app

URL shortener app using React, Node.js, Redis, MongoDB, Apache ZooKeeper, Nginx and Docker
https://github.com/joanroucoux/url-shortener-full-app

apache-zookeeper bullmq docker mongodb nginx nodejs react redis

Last synced: about 1 month ago
JSON representation

URL shortener app using React, Node.js, Redis, MongoDB, Apache ZooKeeper, Nginx and Docker

Awesome Lists containing this project

README

        

# Scalable URL Shortener App

This repository is the full version of a series of tutorials on how to build a scalable URL shortener app from scratch.

Feel free to check out the code and follow along with the articles.

## Tutorials

- [Building a Scalable URL Shortener with Node.js (Part 1/2)](https://dev.to/joanroucoux/building-a-scalable-url-shortener-with-nodejs-part-12-232i)
- [Building a Scalable URL Shortener with Node.js (Part 2/2)](https://dev.to/joanroucoux/building-a-scalable-url-shortener-with-nodejs-part-22-77k)

## Stack

This project uses the following stack:

- **React** (Frontend)
- **Node.js** (Backend)
- **Redis** (Cache & TTL Management)
- **MongoDB** (Database)
- **Apache ZooKeeper** (Token Generation)
- **BullMQ** (Task Queue for Handling Jobs)
- **Nginx** (Reverse Proxy & Load Balancer)
- **Docker** (Containerization)

## High-level architecture

Screenshot 2024-11-05 at 12 30 38

## Demo

![url-shortener-app](https://github.com/user-attachments/assets/b9874b85-45fd-4e03-ab60-63bbdf1d1f6b)