- Word Gaming App using Express.js, Node.js, and MongoDB.
- Some dependencies used: EJS, Body-Parser
- CRUD functionality: Create ("post"), Read ("get"), Update ("put"), and Delete ("delete")
- Find the hidden (programming) words
- Log your name and answers
- Vote and remove other gamers' comments
- Clone repo
- Open terminal
- Change directory to deCodeThis-aWordGame folder
- run
npm install
- Run
node server.js
- In Browser, navigate to
localhost:3000