Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.23 KB

Build Status Go Report Card

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

  1. Make a copy of .env.example as .env and replace necessary values.
  2. Run make in the root directory
  3. Ensure Postgres is running
  4. Ensure Redis is running: make redis-start
  5. Run ./party-server

Contributing

The project is still experimental, but feel free to contribute.

  1. Inspect the TODO.md document for new work.

  2. Pick something farther down the list because I'm working top-down and have likely already started on those.

  3. Read the CONTRIBUTING.md document for further instructions.

License

MIT License

Copyright © 2016 Chance Snow. All rights reserved.