savanipoojan78 / Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Library

##steps:

  • Make sure that you have mongodb
  • Remove this comments from the index.js:
let userData={firstname:"myuser",lastname:"myuser",login:"myuser",password:"sdsd",email:"myuser@email.com",admin:true};
devis.act({
    clientId: 1,
    role: "users", 
    action: "add"
}, {
    data: userData
}, (err, result) => {

    if (err) console.log(err);
    //res.json(result);
});
  • Update userData and put what you want. it'll be your first administrator

  • Run this commands in Separate terminals

node app/root.js
devis start
  • Stop the index connection.

  • Put the code (devis.act...) that we announced in the second step in comment.

  • run devis start again.

  • open your browser open 127.0.0.1:8888 and log.

About


Languages

Language:JavaScript 93.4%Language:HTML 6.3%Language:Shell 0.2%Language:Batchfile 0.1%