Auxy is an app that allows you to collaborate on your Spotify queues with your friends. Create a room and get your friends to join! Try at auxy.netlify.com
- Django for Python 3.7: You can install all the Django dependencies by running
pip3 install -r requirements.txt
in the root directory. - NPM with ReactJS: First install node.js. You can install the required dependencies by running
npm install
infrontend/my-app
.
After you have the required dependencies, you can run app locally by doing the following:
- Start Django Server : Run
python3 manage.py runserver localhost:8000
in the root directory. This will initiate the Django backend server. - Start the Frontend Server: Run
npm start
infrontend/my-app
. Then navigate tolocalhost:3000
to use the app.
To build the frontend, you can run npm run build
in frontend/my-app
.
Huge thanks to the following people for putting their time into this lovely project.
Mahbubar Moon
Olivia Flynn
Marielle Gomez
Tyson Owens
Yara Smilde
Benjamin Jiang