/the-meal-api

A simple NestJs API for The Meal

Primary LanguageTypeScript

Nest Logo

A simple NestJs API for The Meal React Native app.

Description

Serves data for "The Meal".

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov