Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 424 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 424 Bytes

Multiplayer-Cardgame

A Multi-Player Card Game

Made by

  • Robin Mi
  • Victor Tsang
  • Mikhail Metrikin

Setup Instructions (WIP)

  1. git clone
  2. Run npm install
  3. Create MySql databse (I suggest: memeski):wink:
  4. Edit config.json to insert own credentials
  5. Run npm start to build initial DB
  6. Use Sequilize CLI to run sequelize db:seed:all
  7. Consider improving this workflow as it is in development!