Skip to content

arodiono/genesis_test

Repository files navigation

Run locally

Install dependencies

yarn install

Run migrations

Setup environment variables in .env

yarn typeorm migration:run

Run test

# unit tests
yarn test

# e2e tests
yarn test:e2e

# test coverage
yarn test:cov

Run the app

# development
yarn start:dev

# production mode
yarn start:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages