Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 790 Bytes

File metadata and controls

34 lines (23 loc) · 790 Bytes

ClassroomBorrowingSystemRemakeBackend

教室借用系統重寫(NestJS 端)

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

使用框架

Nest.js

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.