Skip to content

Commit

Permalink
docs: Add application setup instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jan 15, 2022
1 parent 41afd33 commit 9199c00
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 |

0 comments on commit 9199c00

Please sign in to comment.