Multiplayer trivia game for Android
- Server side: NodeJS, socket.io library, MongoDB
- Client side: Java, Android, socket.io java client, and Gson
- Android Studio
- Java 8
- NodeJS 12
- MongoDB
git clone [email protected]:nathan815/android-trivia.git && cd android-trivia
- Backend
cd backend
cp .env.example .env
npm install
- Run the server with
node index.js
. A MongoDB server needs to be running. Specify info for it in .env file.
- Android
- Open
android
directory in Android Studio
- Open