Skip to content

fruitcow/CRUD-DEMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-DEMO

a crud demo build with vue.js and express

Online Demo

Demo

Build Setup

### install dependencies
npm install

## run on localhost:3000
npm start

database Setup

run init.sql in ./db & change db setting in db.js

db.js

  var db  = mysql.createPool({
    user: 'user',
    password: 'xxx',
    host: 'localhost',
    database: 'demo', 
    waitForConnections : true, 
    connectionLimit : 10       
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published