Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 405 Bytes

File metadata and controls

38 lines (27 loc) · 405 Bytes

Installation

$ pnpm install

Database setup

# set up .env
cp .env.example .env

# run db
$ docker-compose up -d

# run seed
$ pnpm seed:run

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Documentation

# defaulf value for PORT is 3000
$ http://localhost:3000/api/