From 9199c007aa03fcd1041f8aa07776aeac5337d359 Mon Sep 17 00:00:00 2001 From: dinushchathurya Date: Sat, 15 Jan 2022 17:46:53 +0530 Subject: [PATCH] docs: Add application setup instruction --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e69de29..8d7a6a7 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ +## Authentication with AWS Cognito and NestJS + +### Installtion Instruction + +* Git clone the repository +* Install the dependencies +* Place your AWS credentials in the `.env` file +* Run the server + +### API Endpoints + +| Endpoint +| -----------------| +| /auth/register | +| /auth/login | \ No newline at end of file