Skip to content

dklymenk/warcrime-api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published