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

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

Awesome Lists containing this project

README

          

NestJS API test
=====

[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=gocom_nestjs-microservice-playground&metric=coverage)](https://sonarcloud.io/dashboard?id=gocom_nestjs-microservice-playground) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=gocom_nestjs-microservice-playground&metric=alert_status)](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).