Skip to content

kulikmaxim/crocodile-game-server-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crocodile (charades) game - server side

Graduation project at HTP (it-academy). Crocodile (charades) game - server side

How to setup

# clone repo
git clone https://github.com/kulikmaxim/crocodile-game-server-final-project.git

# go to directory
cd crocodile-game-server-final-project

# install dependencies
npm install

# run app
npm run start

Deployment (Heroku)

heroku create
git add .
git commit -m "Start with app"
git push heroku master
heroku open

App structure

'|-- app',
  '    |-- .eslintrc.js',
  '    |-- .gitignore',
  '    |-- index.js',
  '    |-- package.json',
  '    |-- README.md',
  '    |-- server',
  '    |   |-- Server.js',
  '    |-- utils',
  '        |-- EventBus.js',
  '        |-- Game.js',
  '        |-- wordGenerator.js',
  '' 

Technologies and tools

App info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published