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 install
on the terminal from the root directory. - Run
pipenv run flask run
to 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 install
to install all frontend dependencies. - Run
npm start
to start up the app. - Access http://localhost:3000/.