https://github.com/chances/party-server
A full stack web app for parties
https://github.com/chances/party-server
full-stack party spotify
Last synced: 6 months ago
JSON representation
A full stack web app for parties
- Host: GitHub
- URL: https://github.com/chances/party-server
- Owner: chances
- License: bsd-3-clause
- Created: 2016-02-05T05:56:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T11:49:26.000Z (almost 5 years ago)
- Last Synced: 2023-07-12T02:23:06.203Z (almost 2 years ago)
- Topics: full-stack, party, spotify
- Language: Go
- Homepage: https://tunage.app
- Size: 21.2 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [Chance's Party App](http://chancesnow.me/party)
[](https://travis-ci.org/chances/party-server)
[](https://goreportcard.com/report/github.com/chances/party-server)A party web app to facilitate guest interaction at your parties.
This application tightly integrates with the [Spotify Web API](https://developer.spotify.com/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
4. Ensure Postgres is running
2. Ensure Redis is running: `make redis-start`
3. Run `./party-server`## Contributing
The project is still experimental, but feel free to contribute.
1. Inspect the [TODO.md](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](CONTRIBUTING.md) document for further instructions.
## License
[MIT License](http://opensource.org/licenses/MIT)
Copyright © 2016 Chance Snow. All rights reserved.