A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
-
Graph QL Support.
-
Database. Support TypeORM.
-
Private API's using Authentication Strategy.
-
Public API's.
-
Sign in and sign up via email/password.
-
Environment variable validation using zod.
-
Config Service (@nestjs/config).
-
Deployment via AWS (build spec included).
-
Role Based Access.
-
upload Imaged to aws S3.
-
Social sign in (Apple, Facebook, Google, Twitter).
-
Docker.
-
Many more to come...
Please feel free to raise an issue, if you feel something is not right or if you need any feature
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov