Madhurireddy1 / musico

Join and create a Music party with your friends with the help of musico and spotify.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

musico

Now create and join House party music with your friends with musico. Musico uses Spotify api for playing/pausing the song,so you might need to own a spotify application to use the app.

image

Tech-Stack Used

For backend

  1. Django-rest framework
  2. django
  3. python

For Frontend

  1. react
  2. material-ui
  3. webpack
  4. Babel

Local Setup

To start using the application on your local device do following.

  • Clone the repository

  • Inside the cloned directory, run the following commands:

    pip3 install -r req.txt

    To install all the project's dependencies.

  • Run

    python3 manage.py runserver

    To start the server

  • To start the frontend run

    npm install

    inside the frontend directory

  • And,run

    npm run dev

    to complie the frontend code.

Contributors

Thanks goes to these people (emoji key):


Shipra Verma

🚧 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Join and create a Music party with your friends with the help of musico and spotify.


Languages

Language:Python 44.7%Language:JavaScript 35.6%Language:HTML 17.8%Language:CSS 1.9%