FastGPT/projects/sandbox
Archer c6dfaaea8e
Some checks failed
Build FastGPT images in Personal warehouse / get-vars (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Has been cancelled
dockerfile (#5750)
* dockerfile

* dockerfile

* dockerfile
2025-10-10 21:24:14 +08:00
..
src V4.12.4 features (#5626) 2025-09-15 20:02:54 +08:00
test V4.12.4 features (#5626) 2025-09-15 20:02:54 +08:00
.dockerignore Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
.eslintrc.js Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
.gitignore Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
Dockerfile dockerfile (#5750) 2025-10-10 21:24:14 +08:00
README.md Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
nest-cli.json Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
package.json chore(deps): bump fastify from 4.29.0 to 4.29.1 (#4973) 2025-06-09 15:06:57 +08:00
requirements.txt Python Sandbox (#4380) 2025-03-28 13:45:09 +08:00
testSystemCall.sh Python Sandbox (#4380) 2025-03-28 13:45:09 +08:00
tsconfig.build.json Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
tsconfig.json Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08: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

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm 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.