A NestJS-based backend for AS-BUILT, providing robust server-side functionalities for project and client management, file storage, and API integration.
- TypeScript 99.2%
- Dockerfile 0.8%
* Update users * adding default password * request password changes (email) using Zitadel * pr changes * e2e fixing * request change password * password reset * e2e fail * change password * small change to CD pipeline |
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| src | ||
| test | ||
| .dockerignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc | ||
| compose.yml | ||
| Dockerfile | ||
| fly.toml | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
A progressive Node.js framework for building efficient and scalable server-side applications.
Description
Nest framework TypeScript starter repository.
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
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.