Project Name: draw-something Node version: v16.13.0 Npm version: 8.1.0
A ‘Draw & Guess’ game for 2 players.
The first player starts the game by choosing between 3 given words,
then he will try to draw the word’s meaning.
The second player will see the drawing and will try to guess the word.
Once succeed, he will get to pick a new word, draw it, and so on.
Server was written with Express framework, using Mongo as db. Client was written with React
In order to run the project, please clone the repo and then run the following commands: If you want to run mongo locally : first of all download and run mongo.
- go to server folder:
- run npm install
- run node index.js
- go to client folder:
- run npm install
- run npm start
Since We are using the free version of heroku, you might suffer from a "cold start". Click on http://draw-guess-app-client.herokuapp.com/