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%
Find a file
Seppe Stroobants aa4ef10859
4 as a user i can edit my change my password so that i can login using my new password ss (#20)
* 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
2024-12-19 20:26:45 +01:00
.github/workflows 4 as a user i can edit my change my password so that i can login using my new password ss (#20) 2024-12-19 20:26:45 +01:00
.vscode 2 as a user i can create a personal tenant so that i can see my own tenant space (#19) 2024-12-18 18:26:40 +01:00
src 4 as a user i can edit my change my password so that i can login using my new password ss (#20) 2024-12-19 20:26:45 +01:00
test 2 as a user i can create a personal tenant so that i can see my own tenant space (#19) 2024-12-18 18:26:40 +01:00
.dockerignore Initial commit 2024-06-16 15:11:03 +02:00
.eslintrc.js first commit 2024-06-16 15:03:17 +02:00
.gitignore 2 as a user i can create a personal tenant so that i can see my own tenant space (#19) 2024-12-18 18:26:40 +01:00
.prettierrc first commit 2024-06-16 15:03:17 +02:00
compose.yml removed duplicate env variables 2024-10-12 10:28:00 +02:00
Dockerfile removed ci-pipeline file out of this branch 2024-10-06 10:39:30 +02:00
fly.toml feat: update fly retry policy to on-failure 2024-06-18 22:45:24 +02:00
nest-cli.json first commit 2024-06-16 15:03:17 +02:00
package-lock.json compse runs again 2024-11-29 10:26:20 +01:00
package.json compse runs again 2024-11-29 10:26:20 +01:00
README.md Initial commit 2024-06-16 15:13:47 +02:00
tsconfig.build.json first commit 2024-06-16 15:03:17 +02:00
tsconfig.json 2 as a user i can create a personal tenant so that i can see my own tenant space (#19) 2024-12-18 18:26:40 +01:00

Nest Logo

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

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

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

License

Nest is MIT licensed.