- This is simple demo for auth api with multiple user role.
-
intall packages cd front-end npm install
-
run demo npm start
-
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