Angular Heroes Project with OAuth2 authentication.
After cloning this project, install all the dependencies via npm install.
cd angular-dev-master -> npm install cd oauth2-backend -> npm install cd server -> npm install
To see everything you should have 2 cmd running, first one is for the angular cd angular-dev-master and ng serve.
The second one is for the API, cd server and node server.js