Do You Know Me? is an online multiplayer party game for a group of friends. Everyone in the game is given the same question. Then, everyone receives the answers from the other players, and they are tasked with trying to figure out who wrote each answer. It's a game that answers the question... Do You Know Me?
This is the back-end server for the game. It is written in ExpressJS and uses WebSockets to facilitate gameplay.
- Run
npm installto get all the node module dependencies - Run
node index.jsto start the server - Go to
http://localhost:1337on your browser to interact with the application using the test html page
- From the "Welcome to WebStorm page" select
Get from VSC - Copy the git url
https://github.com/UMBCSOFT/DYNM_Server.gitinto the URL slot - Click clone and login with github
- Select the project to open it
Now we need to setup the run configuration
- In the top right click Add Configuration
- On the top left there will be a plus symbol. Click that.
- In the drop down select
Node.js - Be sure to include
src/index.jsin theNode parametersslot and optionally rename the configuration to whatever you want - Change the working directory to
\DYNM_Server, so for example I cloned intoC:\school project\so my working directory isC:\school project\DYNM_Server - Click apply
Now the project can be run by pressing Shift+f10 or by clicking the play button in the top right (or the bug next to it for attaching a debugger)
Once the app is running navigate to http://localhost:1337/. You can click the link in the run output box