A party web app to facilitate guest interaction at your parties.
This application tightly integrates with the Spotify Web API to help party hosts and guests curate a playlist of music as well as keep a guest list for a party.
Running
Make a copy of .env.example as .env and replace necessary values.
Run make in the root directory
Ensure Postgres is running
Ensure Redis is running: make redis-start
Run ./party-server
Contributing
The project is still experimental, but feel free to contribute.