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

About

Rateboard 2.0 system for sports event information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published