Youtube Party is an application designed to let you add and play music with your family and friends in a collaborative environment.
The server-side code is located in the server/
folder. It is built using the ElysiaJS framework.
To install the necessary dependencies, run:
bun install
To start the development server, execute:
bun dev
This will launch the server in development mode.
The client-side code is located in the client/
folder. The frontend is powered by VueJS.
To install the required dependencies, run:
bun install
To start the development server for the client, execute:
bun dev
This will start the client in development mode.
A functional example of the app is running at: https://party.misaelabanto.com.
This app was created to enjoy music with loved ones. Have fun!