An open API service indexing awesome lists of open source software.

https://github.com/jweboy/node-restful-api-server

基于node+nestjs开发的RESTful API的server服务端
https://github.com/jweboy/node-restful-api-server

fastify nodejs resful-api

Last synced: 2 months ago
JSON representation

基于node+nestjs开发的RESTful API的server服务端

Awesome Lists containing this project

README

        

# hello-world

## Description

description

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```

// "prestart:prod": "rm -rf dist && tsc",