Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 800 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 800 Bytes

Web-Final-Project-Example-API

學校的網頁程式設計期末專案的範例資料 API

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.