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: about 1 month ago
JSON representation
基于node+nestjs开发的RESTful API的server服务端
- Host: GitHub
- URL: https://github.com/jweboy/node-restful-api-server
- Owner: jweboy
- License: mit
- Created: 2018-04-15T10:08:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T09:58:48.000Z (over 7 years ago)
- Last Synced: 2025-01-23T05:15:50.819Z (over 1 year ago)
- Topics: fastify, nodejs, resful-api
- Language: TypeScript
- Homepage: http://118.24.155.105/api
- Size: 626 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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",