Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 605 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 605 Bytes

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