mafap/server
2023-04-05 00:30:03 -06:00
..
prisma Add timer REST stuff 2023-04-03 13:04:32 -06:00
src More metadata, change name to mafap 2023-04-05 00:30:03 -06:00
test Initial commit - simple nest prisma react setup 2023-04-02 19:51:06 -06:00
.eslintrc.js Add timer REST stuff 2023-04-03 13:04:32 -06:00
.gitignore Initial commit - simple nest prisma react setup 2023-04-02 19:51:06 -06:00
.prettierrc Initial commit - simple nest prisma react setup 2023-04-02 19:51:06 -06:00
Dockerfile.dev Prepare for production 2023-04-04 15:49:56 -06:00
Dockerfile.prod Prepare for production 2023-04-04 15:49:56 -06:00
nest-cli.json Initial commit - simple nest prisma react setup 2023-04-02 19:51:06 -06:00
package-lock.json Add timer module files 2023-04-02 21:06:25 -06:00
package.json Add timer module files 2023-04-02 21:06:25 -06:00
README.md Initial commit - simple nest prisma react setup 2023-04-02 19:51:06 -06:00
tsconfig.build.json Initial commit - simple nest prisma react setup 2023-04-02 19:51:06 -06:00
tsconfig.json Initial commit - simple nest prisma react setup 2023-04-02 19:51:06 -06: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.