NestJS backend template with AWS connection. Use AWS Cognito for authentication, S3 to store files SQS to decouple processing with lambda. Database and cache are not bound to AWS.
 
Go to file
flavien 360ba3df58 prototype authentication 2022-07-15 15:50:28 +02:00
src prototype authentication 2022-07-15 15:50:28 +02:00
test nestjs starter template 2022-06-25 11:13:18 +02:00
.env.sample prototype authentication 2022-07-15 15:50:28 +02:00
.eslintrc.js nestjs starter template 2022-06-25 11:13:18 +02:00
.gitignore nestjs starter template 2022-06-25 11:13:18 +02:00
.prettierrc nestjs starter template 2022-06-25 11:13:18 +02:00
LICENSE Initial commit 2022-06-25 10:48:29 +02:00
README.md README fix 2022-07-06 16:39:33 +02:00
nest-cli.json nestjs starter template 2022-06-25 11:13:18 +02:00
package-lock.json prototype authentication 2022-07-15 15:50:28 +02:00
package.json prototype authentication 2022-07-15 15:50:28 +02:00
tsconfig.build.json nestjs starter template 2022-06-25 11:13:18 +02:00
tsconfig.json nestjs starter template 2022-06-25 11:13:18 +02:00

README.md

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

Nest backend template with AWS connection. Use AWS Cognito for authentication, S3 to store files SQS to decouple processing with lambda. Database and cache are not bound to AWS.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

...

Stay in touch

License

This template is MIT licensed.