Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.88 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.88 KB

Trill provides a social and user-friendly platform for music discovery and discussion. Users can rate and review albums, curate their profiles with their favorite albums, see what their friends are listening to, save music for later, and read up on the latest music news. The rating system allows for quick access to user-generated opinions, providing a more personalized and enjoyable music discovery experience. Our app caters to anyone with a keen interest in music, from casual listeners to music enthusiasts, critics, individual artists, and larger labels.

Web and Mobile App Demo

Web Demo Mobile Demo

Meet the Team

Senior Design COP 4934 - Group 48

Getting Started

Structure

This repository is a monorepo—the general hierarchy of the project is as follows:

.
├── mobile   (The mobile app, built with Flutter)
└── web      (The web app, built with React and TailwindCSS)
└── backend  (The backend code, built with Golang & Serverless)

Developer Tools

For Web:

  1. To run the Vite app, use npm run dev