Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 316 Bytes

File metadata and controls

17 lines (13 loc) · 316 Bytes

role-js

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