mengshouer / nest-half

基于 nestjs 框架编写的后端项目。

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

react-half(ql) 的后端项目,基于 Nest 框架。

Installation

$ git clone https://github.com/mengshouer/nest-half.git
$ cd nest-half
$ cp .env.example .env # Modify the configuration file
$ pnpm i

Running the app

# development
$ pnpm start

# watch mode
$ pnpm start:dev

# production mode
$ pnpm start:prod

License

Nest is MIT licensed.

About

基于 nestjs 框架编写的后端项目。


Languages

Language:TypeScript 93.8%Language:JavaScript 4.0%Language:Shell 2.2%