ugoi / ChatBackend

Backend for ChatUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Running the app in Docker

With VS Code Shortcuts

With VS Code, you can utilize specific shortcuts for Docker interactions:

  • Run the app in Docker: Ctrl + Shift + B
  • Docker commands: Ctrl + Shift + P (Press Tasks: Run tasks)

Using Docker Compose

# To start the app in development mode using the specific compose file
$ docker-compose -f docker-compose.dev.yml up

# For other npm commands, you can exec into the container:
# Example for starting in watch mode:
$ docker-compose exec <service-name> npm run start:dev

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.

About

Backend for ChatUI


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%