docs: update readme

This commit is contained in:
Kamil Myśliwiec 2024-10-17 15:02:18 +02:00
parent 23bb212d15
commit fbe788c6f4
No known key found for this signature in database
GPG Key ID: 21ED9535110F047A
1 changed files with 13 additions and 0 deletions

View File

@ -58,6 +58,19 @@ $ npm run test:e2e
$ npm run test:cov
```
## Deployment
When you're ready to deploy your NestJS application to production, there are some key steps you can take to ensure it runs as efficiently as possible. Check out the [deployment documentation](https://docs.nestjs.com/deployment) for more information.
If you are looking for a cloud-based platform to deploy your NestJS application, check out [Mau](https://mau.nestjs.com), our official platform for deploying NestJS applications on AWS. Mau makes deployment straightforward and fast, requiring just a few simple steps:
```bash
$ npm install -g mau
$ mau deploy
```
With Mau, you can deploy your application in just a few clicks, allowing you to focus on building features rather than managing infrastructure.
## Resources
Check out a few resources that may come in handy when working with NestJS: