frankbearzou / kungfu-club

Kung Fu Club, Full Stack, MEAN Stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KungFu club

Please check all the documentations in Documents folder.

Please check the video demo on YouTube.

Installation

  1. node.js
  2. MySQL

Open a terminal, clone this project.

git clone https://github.com/frankbearzou/kungfu-club.git
cd kungfu-club

Install packages:

npm install

Create a .env file and set MySQL connection string

touch .env
echo "MYSQL='mysql://username:password@localhost/KungFuClub?debug=true';" >> .env

Importing sql into MySQL database. The dump file name is Dump.sql. You can use any tools to import the table structures and testing data.

Running

npm start

About

Kung Fu Club, Full Stack, MEAN Stack


Languages

Language:HTML 50.5%Language:JavaScript 48.1%Language:CSS 1.3%