All Projects â†’ dfm â†’ spotify-party

dfm / spotify-party

Licence: MIT license
🎧 Keep listening to music with your friends even from a social distance

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Installation

Create a virtual environment:

python -m venv venv

Install the requirements

venv/bin/python -m pip install -r requirements.txt

Then install this package:

venv/bin/python -m pip install -e .

Build the assets

Install node and yarn:

# ...

Install the node environment:

yarn

Then build the assets for development:

yarn dev

or production:

yarn prod

Run the development server

Edit the configuration file (there is an example in config/template.toml) then create the database:

venv/bin/python -m spotify_party /path/to/your/config.toml --create-tables

and run the server:

venv/bin/python -m spotify_party /path/to/your/config.toml

Then navigate to http://localhost:5000 or similar.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].