Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.29 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.29 KB

Nest Logo

API Nestjs with Chatgpt

Description

An api with chatgpt integration in order to create tests.

Example usage

Github Explore Github Explore

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

Stay in touch