dklymenk / warcrime-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 97.3%Language:Shell 1.4%Language:JavaScript 1.2%