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.
- 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
The project is still experimental, but feel free to contribute.
-
Inspect the TODO.md document for new work.
-
Pick something farther down the list because I'm working top-down and have likely already started on those.
-
Read the CONTRIBUTING.md document for further instructions.
Copyright © 2016 Chance Snow. All rights reserved.