Skip to content

aftermeal-project/aftermeal-BE

Repository files navigation

sikhoo0 Logo

교내 식후 활동 관리 서비스입니다.

How to Start

Set up Node.js

$ nvm install
$ nvm use

Installation

$ yarn install

Set up Database

$ docker compose -f compose.local.yml up -d --wait
$ yarn run schema:sync

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# integration tests
$ yarn run test:integration

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Releases

No releases published

Packages

No packages published

Languages