Skip to content

Mkt War is a multiplayer trivia game built with Typescript, Node.js, ReactJs and Socket IO.

Notifications You must be signed in to change notification settings

PedroMiotti/mkt-war

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

License: MIT Release

Mkt War is a multiplayer trivia game for learning strategic marketing concepts.


Logo

mobile preview

📺 Prerequisites

Before running app locally make sure that you install the following things:

🚀 Local Development

Step 1: Clone the repo

https://github.com/PedroMiotti/mkt_war

Step 2: Install dependencies

# Install dependencies
$ npm install

Step 3: Setup MySQL

# Enter MySQL shell
mysql -u [username] -p
# Create database
SOURCE [path to project]/server/src/sql/script_v1.6.sql

OR

Just run the script_v1.6.sql file on mysql workbench.

Step 3: Configuration

  1. Create .env file in project root dir

    $ touch .env
  2. Copy everything from .env.example as paste it in .env

  3. Insert your mysql credentials into the DB section

  4. Generate hashs for bcrypt and jwt.

📝 License

This project is MIT licensed.

About

Mkt War is a multiplayer trivia game built with Typescript, Node.js, ReactJs and Socket IO.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages