Busker is an online platform where artists can upload and share their originally-created sounds, inspired by Bandcamp. Anyone can listen for free, as well as support their favorite artists by sending a tip.
Check out the app: 🌟 Live Demo 🌟
- HTML5
- CSS3
- SASS
- React/Redux
- Python
- Flask
- Flask-Migrate
- SQLAlchemy
- WTForms
- Clone the repository.
- Run
pipenv installon the terminal from the root directory. - Run
pipenv run flask runto start up the backend server. - Open a new terminal, and navigate to react-app directory from the root directory with
cd react-app. - Run
npm installto install all frontend dependencies. - Run
npm startto start up the app. - Access http://localhost:3000/.
