Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 350 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 350 Bytes

Cognito Client

This is a client interface designed to be used with the AWS Cognito service.

Setup and Usage

  • Clone and then install the dependencies: npm install
  • Create a .env file with the contents shown in the example file: .env.example
  • Run the server: npm start

more content to follow...