Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lijinke666/nest-study
node js 版本的 spring : nest 框架 学习
https://github.com/lijinke666/nest-study
express nestjs nodejs spring-boot study
Last synced: 22 days ago
JSON representation
node js 版本的 spring : nest 框架 学习
- Host: GitHub
- URL: https://github.com/lijinke666/nest-study
- Owner: lijinke666
- Created: 2018-11-28T04:39:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:42:20.000Z (about 2 years ago)
- Last Synced: 2024-11-04T23:10:25.816Z (2 months ago)
- Topics: express, nestjs, nodejs, spring-boot, study
- Language: TypeScript
- Size: 631 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
yarn
```## Postman
[API doc](https://web.postman.co/collections/1989061-f67fe7a6-27a0-ee4a-ae1b-98975b3c69e2?workspace=ad15bbd6-308c-4abf-8cbe-7337f714c43a)## Swagger
[http://localhost:3000/docs](http://localhost:3000/docs)## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr# 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
```## 学习目标
> cats 目录
mongodb 相关的学习
> users 目录
mysql 相关的学习
> musics 目录
graphql 相关的学习