Simple mock-server for movie-sumo-ui based on Nest
$ npm install
# OpenAPI 3.0
$ npm run generate:api
# from: https://github.com/oebreme/movie-sumo-contracts
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod