Skip to content

guyofeck/draw-something

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

draw-something

Info

Project Name: draw-something Node version: v16.13.0 Npm version: 8.1.0

Overview

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

Instructions

Run in local host

If you want to run mongo locally: first download and run mongo. If you have a running cusler, you can provide the connection config in server/.env file where MONGO_DB_URL = .

In order to run the project, please clone the repo and then run the following commands:

  1. go to server folder:

  2. run npm install

  3. run node index.js

  4. go to client folder:

  5. run npm install

  6. run npm start

You can also use it in production ! 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/ image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.3%
  • HTML 6.3%
  • CSS 4.4%