No description
  • TypeScript 96.3%
  • JavaScript 3.1%
  • Dockerfile 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-01-14 22:47:24 +01:00
.vscode feat : concept creation 2025-01-13 22:33:10 +01:00
events@24c39d23d6 chore : update submodule 2025-01-14 22:47:24 +01:00
src feat: concept seeding 2025-01-14 22:46:47 +01:00
test Initial commit 2024-12-27 22:54:05 +01:00
types.d.ts feat : add concept module 2024-12-31 15:47:36 +01:00
.env.dev Initial commit 2024-12-27 22:54:05 +01:00
.gitignore Initial commit 2024-12-27 22:54:05 +01:00
.gitmodules add events submodule 2024-12-29 12:27:56 +01:00
.prettierrc Initial commit 2024-12-27 22:54:05 +01:00
docker-compose.yml feat: game creation and login 2024-12-28 17:38:25 +01:00
Dockerfile Initial commit 2024-12-27 22:54:05 +01:00
eslint.config.mjs feat : concept creation 2025-01-13 22:33:10 +01:00
nest-cli.json Initial commit 2024-12-27 22:54:05 +01:00
package-lock.json feat: working on messages 2024-12-30 18:16:25 +01:00
package.json feat: working on messages 2024-12-30 18:16:25 +01:00
README.md Initial commit 2024-12-27 22:54:05 +01:00
tsconfig.build.json Initial commit 2024-12-27 22:54:05 +01:00
tsconfig.json feat : concept creation 2025-01-13 22:33:10 +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 Donate us Support us Follow us on Twitter

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.