Skip to content

Latest commit

 

History

History
41 lines (40 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (40 loc) · 1.3 KB

S-BASE PROJECT

name command note
TEST CASE npm test start server with nodemon  nodemon ./src/test-case/main.js clone (random data) and test performance in CRUD datarandom data
ACCOUNT TEST CASE npm run test-account test case UAcountDAO  nodemon ./src/test-case/main.js clone (random data) and test performance in CRUD datarandom data
START SERVER npm start start server with note node ./src/main.js
START SERVER AS DEVELOPMENT npm run dev start server with nodemon nodemon ./src/main.js