Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 731 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 731 Bytes

android-trivia

Multiplayer trivia game for Android

Prerequisites

  • Android Studio
  • Java 8
  • NodeJS 12
  • MongoDB

Installing

  1. git clone [email protected]:nathan815/android-trivia.git && cd android-trivia
  2. Backend
    1. cd backend
    2. cp .env.example .env
    3. npm install
    4. Run the server with node index.js. A MongoDB server needs to be running. Specify info for it in .env file.
  3. Android
    1. Open android directory in Android Studio