https://github.com/gocom/nestjs-microservice-playground
Personal NestJS micro service and API test and playground
https://github.com/gocom/nestjs-microservice-playground
Last synced: about 1 month ago
JSON representation
Personal NestJS micro service and API test and playground
- Host: GitHub
- URL: https://github.com/gocom/nestjs-microservice-playground
- Owner: gocom
- License: mit
- Created: 2022-02-18T20:36:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T21:02:21.000Z (over 4 years ago)
- Last Synced: 2025-10-10T23:23:45.831Z (8 months ago)
- Language: TypeScript
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NestJS API test
=====
[](https://sonarcloud.io/dashboard?id=gocom_nestjs-microservice-playground) [](https://sonarcloud.io/dashboard?id=gocom_nestjs-microservice-playground)
Personal [NestJS](https://nestjs.com/) API playground and test. Using this
to try out, learn and evaluate NestJS for microservice development.
Install
-----
After cloning the repository:
```shell
$ make start
```
The above will install dependencies using npm and launch the development
server.
Swagger
-----
After launching the service, graphical Swagger interface can be found at:
[http://localhost:3000/](http://localhost:3000/)
Development
-----
For available commands, run:
```shell
$ make help
```
Roadmap
-----
See [project board](https://github.com/users/gocom/projects/1).