Feel free to use or contribute to this repository. If you've got any questions, please contact me.
Download the BlackJack Eindhoven app from the Google Play store;
Server Repo
Client/app Repo
- Node 10+
- NPM
- Git
- Running MongoDB instance
Clone the repo and install the dependencies.
git clone https://github.com/ScoutingRudyardKipling/BlackJackServer.git blackjack
cd blackjack
npm install
Create your own environment configuration. Make sure to fill in the access credentials to your MongoDB instance.
cp .env.example .env
Please make sure you have an active Firebase project, please visit https://console.firebase.google.com to create one yourself.
In order to enable Firebase, store your firebase private_key and client_email in the .env file in the root of your project. Set the 'FIREBASE_ENABLED' env variable to 'true'.
- Frank Kuipers (GitHub)
The BlackJack Eindhoven server is open-sourced software licensed under the MIT license.