Skip to content

aryan-mehrabi/listen-together

Repository files navigation

Listen Together Logo

A real-time chat app that allows you to listen to music synchronously with your friends.
Demo

Cover

💾 Database Schema

Database schema: here

Screenshot of database schema

📚 Tech Stacks

⚙️ Getting Started

Requirements

To run this app locally you need

Developer Quickstart

Want to get up and running quickly? Follow these steps:

  • Clone the repository to your local device.

    git clone https://github.com/aryan-mehrabi/listen-together
  • Run npm install in the root directory

    npm install
  • Run npx supabase start and copy anon key from output to .env.example file

    npx supabase start
  • Rename .env.example to .env and add other env variables accordingly.

  • Run npm start in the root directory

That's it! You should now be able to access the app at http://localhost:3000.

Also You can visit Supabase Dashboard at http://localhost:54323/

🙇 Author

License

Licensed under the MIT license.