Skip to content

decipherhub/bridge-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • HTML 1.2%
  • CSS 0.8%