Dlame / Graduation_project_backend

毕业设计《基于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, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

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

请求数据

登录密码

{
  "account":"admin",
  "password":"i_am_admin_!"
}

About

毕业设计《基于nestjs和微信小程序的图书馆管理系统》,后端部分


Languages

Language:TypeScript 100.0%