Skip to content

christiancazu/restaurant-delivery

Repository files navigation

Nest Logo

RESTAURANT DELIVERY BACKEND

Description

Restaurant Delivery Backend Project

Installation

$ yarn

Migration

# watch mode
$ yarn start:dev

# generate migration
$ yarn migration:generate {name}

# rum migration
$ yarn migration:run

# rum seeders
$ yarn seed:run

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod