letsGetTogetherAPI

node.js backend for social drinking game app

Stars
2

Cheers!

Backend for social drinking game

Cheers is a round based, real-time drink game. In each round a random "Card" out of (currently) 4 categories gets emmited to all players in the current game session.

The players can see the card on their devices and interact with it. Depending on the card-category, the further course of the round is dynamic.

Checkout the Cheers Frontend here

Development setup

The Cheers Backend is developed using Node.js with Express.js and the Socket.io Server API. The Installation is straight forward:

git clone https://github.com/GitP4tt/letsGetTogetherAPI.git
cd letsGetTogetherAPI/
npm install

Run the server on localhost:

node routes/index.js

Release History

  • 0.1.0
    • Working Version for iExpo
  • 0.0.1
    • Work in progress

Meta

Patrice – [email protected]

Distributed under the GoodBoy license. Please do whatever your mom would approve of:

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request