code0xff / bridge-backend

Bridge Information Platform Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bridge Evaluation Platform Server

Install

Start

  • git clone
  • Install
cd bridge-backend
npm install
  • Set DB
// db/pool.js
const pool = mysql.createPool({
  host: 'localhost',
  user: 'root',
  password: 'mariadb',
  database: 'xchain',
  connectionLimit: 20
})
  • Create Tables with sql/create_table.sql
  • Run
npm start

About

Bridge Information Platform Backend


Languages

Language:JavaScript 98.1%Language:HTML 1.2%Language:CSS 0.8%