Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 331 Bytes

File metadata and controls

22 lines (15 loc) · 331 Bytes

node_auth_api

  • This is simple demo for auth api with multiple user role.

front end

  • intall packages cd front-end npm install

  • run demo npm start

back end

  • intall packages cd back-end npm install

  • verify database configration and name according to your server at "back-end/config/db.js"

  • start server node app.js