Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joanroucoux/url-shortener-full-app
- Owner: JoanRoucoux
- Created: 2024-11-08T15:17:38.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-08T17:21:57.000Z (about 1 month ago)
- Last Synced: 2024-11-08T18:26:39.632Z (about 1 month ago)
- Topics: apache-zookeeper, bullmq, docker, mongodb, nginx, nodejs, react, redis
- Language: TypeScript
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## Demo
![url-shortener-app](https://github.com/user-attachments/assets/b9874b85-45fd-4e03-ab60-63bbdf1d1f6b)