Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 991 Bytes

File metadata and controls

38 lines (26 loc) · 991 Bytes

🎧 Sound‑Scape

Sound‑Scape is a full-stack J‑Pop streaming platform built using Flask, HTML, and CSS. It allows users to stream curated Japanese pop music through a smooth and responsive interface. Whether you're a fan of J‑Pop or just exploring, Sound‑Scape offers a clean design, functional playback controls, and a modular codebase that’s easy to extend.


🛠️ Tech Stack

Frontend

  • HTML5 – Semantic page structure
  • CSS3 – Custom styling and layout
  • JavaScript – Audio control, interactive UI (vanilla)

Backend

  • Python 3
  • Flask – Lightweight web framework for routing and templating
  • Jinja2 – Template engine for dynamic HTML rendering

Other Tools

  • .env – Configuration management
  • Flask CLI – Dev server and script runner
  • Git – Version control

Setup

On Windows

  • env/Scripts/Activate
  • python run.py

On Mac/Linux

  • source venv/bin/activate
  • python run.py