Skip to content

FZSZXXB/rateboard2

Repository files navigation

Init

Ensure you have Node.js (Latest Version) and MySQL installed.

npm install

Configuration

Open routers/mysqldb.js to modify MySQL password.

Login to MySQL console, then

CREATE DATABASE rateboard;
USE rateboard;
SOURCE rateboard.sql;

Start Preview

node app.js