Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 365 Bytes

ILB-Webapp

AWS EC2 controller

Getting started

  1. Clone this repo and go to 'ILB-Webapp' directory
  2. Install dependencies (npm install)
  3. Start app using (gulp)

Login

Go to Routes.js and read the comments to use the login view and authentication with AWS Cognito

Testing

Run npm test

Generate coverage report

Run npm run test:coverage