Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.88 KB

README.md

File metadata and controls

70 lines (44 loc) · 1.88 KB

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 js
  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!