Skip to content

Ayush-2404/Audiora01

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup instructions

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.0%
  • HTML 33.3%
  • Go 20.7%