Welcome to BootBeats, the place where you can relax and take a break from coding. I will guide you trough making some relaxing music so that you can take the most out of your break. The application has a clear UI and stores your song, for if you want to take a full day away from your computer.
- First create an account on the register page
- After that login to go to your song page
- To add notes write the notes in the text with a ', ' in between
- If you want to skip a note write a '-' in between the commas
- If you want to save the notes add the save notes button
- You can add or delete a new intrument and repeat this process again.
- And lastly don't forget to enjoy your music!
curl -Ls https://astral.sh/uv/install.sh | sh
# Or
pip install uvGo to the folder you want the new project to be in and:
git clone https://github.com/riessss/BootBeats.git
cd BootBeatsuv venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
uv syncuv run main.py- Flask – Backend web framework
- SQLAlchemy – ORM for database interaction
- Tailwind CSS – Utility-first CSS framework
- Tone.js – Web audio library for music synthesis