Quick Start:
git clone cd project-root docker compose up --build
Shazam-Like App A full-stack audio recognition system using React, Go, Python, MongoDB, Redis, and Docker.
📦 Tech Stack Frontend: React.js
Backend API: Golang
Fingerprint Engine: Python (Librosa)
Database: MongoDB
Cache (optional): Redis
Containerization: Docker & Docker Compose
🚀 Getting Started Clone the repo:
bash Copy Edit git clone cd project-root Start all services:
bash Copy Edit docker compose up --build Access:
Frontend: http://localhost:3000
Backend: http://localhost:8000
Engine: http://localhost:5000
MongoDB: localhost:27017
Redis: localhost:6379