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.
Senior Design COP 4934 - Group 48
- Ashley Voglewede - Project Manager, Frontend Developer, API Developer
- Cathy Chian - Mobile Developer, API Developer
- Chris Herrera - API Developer
- Conrad Smith - Backend Developer, DevOps Developer
- David Florez - Frontend Developer, API Developer
- Prathik Ramesh - Mobile Developer, API Developer
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)
For Web:
- To run the Vite app, use
npm run dev