Source code of the game "Only one word!"
Play it online at https://nureinwort.okj.name/
- NodeJS
- MongoDB
E.g. install via command line: sudo apt install mongodb
Inside boardgame_app/api:
- Install dependencies with
npm install - Start development server with
npm run start:dev
Inside boardgame_app/ui:
-
Install dependencies with
npm install -
Start development server with
npm startHave Fun!