/nestjs-mock-server

REST API mock server based on NestJS framework

Primary LanguageTypeScript

Swagger sample

Installation

./build.sh

Running

./run.sh

Once the application is running you can visit http://localhost:3000/api to see the Swagger interface.

Stopping

If you've run your server as a daemon you can stop it by following command

./stop.sh

See here for more information.