Online recreation of the party game taboo. Created with Angular and socket.io.
The words and hints are stored in a read-only mongoDB database that is read once when the app starts. The games are non-persistent.
Run npm run build
to build the angular app
Run npm run start
to start the server
Navigate to https://localhost:8080