/movie-sumo-mock-server

simple mock-server for movie-sumo-ui based on NestJs

Primary LanguageTypeScript

Nest Logo

movie-sumo-mock-server

Simple mock-server for movie-sumo-ui based on Nest

Installation

$ npm install

Generating API models

# OpenAPI 3.0 
$ npm run generate:api

# from: https://github.com/oebreme/movie-sumo-contracts

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod