ToolJet/server
2024-07-17 10:17:20 +05:30
..
data-migrations Fixed migration issue 2024-07-15 19:47:55 +05:30
ee Merge group revamp 2024-07-10 13:48:26 +05:30
lib
migrations duplication isue fix 2024-07-12 14:07:11 +05:30
scripts Release Platform v17 (v2.39.0) (#9502) 2024-04-30 21:49:37 +05:30
src Admin count check 2024-07-17 10:17:20 +05:30
templates Fix manifests of templates (#9605) 2024-05-03 18:16:41 +05:30
test [chore] Node-module vulnerabilities (#8226) 2023-12-21 11:55:35 +05:30
.eslintignore
.eslintrc.js Chore: eslint checkup (#5887) 2023-04-10 11:26:23 +05:30
.gitignore
.node-version
.npmrc
.version Release: Appbuilder S1 (#10081) 2024-07-01 08:46:22 +05:30
data-migration-config.ts
entrypoint.sh fix db url parse 2024-01-09 00:17:59 +05:30
jest.config.ts
nest-cli.json Revamp: user journey emails (#9223) 2024-04-01 18:11:42 +05:30
ormconfig.ts Add query validation for TJDB join (#7854) 2023-11-17 12:18:41 +05:30
package-lock.json Added warning info for local data sources and added a svg to assets (#9704) 2024-05-15 14:59:13 +05:30
package.json fix : mailer package (#9271) 2024-04-03 15:49:26 +05:30
README.md
tsconfig.build.json
tsconfig.json Merge group revamp 2024-07-10 13:48:26 +05:30

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.