Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 337 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 337 Bytes

First run backend

   npm install
   npm start

Second run frontend /frontend/

   npm install
   npm start

Modify MySql setting on server.js

var con = mysql.createConnection({
  host: "localhost",
  user: "root",
  password: "",
  database: "bnb_manager"
});

DB migration

   bnb_manager.sql