Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 384 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 384 Bytes

Nest Logo

Description

Installation

$ yarn install

Running the DB

# to set up the database
docker-compose up -d

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev