Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 463 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 463 Bytes

War Crime API

Description

TODO

Installation

yarn install
cp .env.example .env

Update the database and other credentials in the .env file.

yarn prisma migrate deploy
yarn prisma generate

Running the app

# development
yarn start

# watch mode
yarn start:dev

# production mode
yarn build
yarn start:prod

Test

# unit tests
yarn test

# e2e tests
yarn test:e2e

# test coverage
yarn test:cov