Mkt War is a multiplayer trivia game for learning strategic marketing concepts.
mobile preview
Before running app locally make sure that you install the following things:
https://github.com/PedroMiotti/mkt_war
# Install dependencies
$ npm install
# 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.
-
Create
.env
file in project root dir$ touch .env
-
Copy everything from
.env.example
as paste it in.env
-
Insert your mysql credentials into the DB section
-
Generate hashs for bcrypt and jwt.
This project is MIT licensed.