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