/nest-with-cognito

This project is a study of Nest.js and Amazon Cognito.

Primary LanguageTypeScriptMIT LicenseMIT

Nest With Cognito

 

Nest With Cognito

Github top language Github language count Repository size License

About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This is an example project with nestjs and cognito aws

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Docker and Docker Compose installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/mrfelipebraga/nest-with-cognito

# Access
$ cd nest-with-cognito

# Run the command docker
$ docker-compose up

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ☕ by Felipe B.

 

Back to top