Skip to content

egel557/InfoMT-DBMS-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Dependencies:

Run npm install in the command line

How to Run:

Run npm start in the command line

Configuring Database Connection:

Edit these lines in the file config/db.js

const db = mysql.createConnection({
  host : '192.168.64.3',
  user : 'me', 
  password : '',
  database : 'billing_db',
  multipleStatements: true, // do not change
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published