The official public repository for theBridge. Want to contribute? Contact Amith Chivikula ([email protected]) or Pranav Sriram ([email protected])
An app that creates a transition playlist given two songs
In theBridge folder, run the following command:
FLASK_APP=$PWD/app/http/api/endpoints.py FLASK_ENV=development python -m flask run --port 4433
Next, in the web_app folder:
npm start