Djtify is a Web Based Application that allows you to create a virtual “room” by authenticating with your favorite platform account (Spotify, Apple Music, etc..). When in a room, Listeners can place songs in a queue that the Host manages.
Andres Munevar, Stefan Leoussis, Aryaman Dhingra, and Natasya Aulia
Our Stack:
- React.js
- Tailwind CSS
- Express.js
- Node.js
- MongoDB
- Create and Host a Music Session with a live Queue
- Join a Music Session and Requests Songs to the Queue
- Scan a Barcode or Click a Link to Join a Session
- Clone or download repository
- Go into the server director
cd server - Run
npm installto install packages - Create your environment variable (.env) file
- Run
npm startto start the server
- Go into the client directory
cd client - Run
npm installto install packages - Run
npm startto start the client side
Setup:
Head to Server: Create Directory "certs" Paste CA Certifacte Inside