Skip to content

ysmilde/Auxy

 
 

Repository files navigation

alt text

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

Getting Started

Dependencies

  1. Django for Python 3.7: You can install all the Django dependencies by running pip3 install -r requirements.txt in the root directory.
  2. NPM with ReactJS: First install node.js. You can install the required dependencies by running npm install in frontend/my-app.

Running Locally

After you have the required dependencies, you can run app locally by doing the following:

  1. Start Django Server : Run python3 manage.py runserver localhost:8000 in the root directory. This will initiate the Django backend server.
  2. Start the Frontend Server: Run npm start in frontend/my-app. Then navigate to localhost:3000 to use the app.

Building

To build the frontend, you can run npm run build in frontend/my-app.

Contributions

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.7%
  • TypeScript 25.2%
  • Python 24.4%
  • JavaScript 2.6%
  • HTML 1.1%