A role based authorization with passport
Make sure you have mongodb installed.
The app directory is the front end, just cd to app and execute
npm install
npm start
The services directory is the backend which is running with express, cd to services and execute
npm install
node services