Skip to content

Opposite34/MusicPlayX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicPlayX

Music Player Web App using Flask and htmx

Quickstart Guide

  1. If you haven't already, install Python3
  2. (Optional) create and activate a new virtual environment with python3 -m venv venv
  3. Run pip install -r requirements.txt
  4. Make secret.py in the main repo folder and add APP_SECRET_KEY = "anything" inside it (needed for Flask sessions)
  5. Make a directory inside /static called music and put your songs in there
  6. Test the app with flask --app app run --host=0.0.0.0

About

Music Player Web App using Flask and htmx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published