Skip to content

lucas98sf/transactions-api

Repository files navigation

Transactions API

Setup

Create a .env file based on the .env.example file, then:

pnpm install

Run the project

Run the db:

docker-compose up db -d

Run the API:

pnpm start:dev

Or optionally you can run both with:

docker-compose up -d

Run tests

# unit tests
pnpm test

# e2e tests
pnpm test:e2e

# test coverage
pnpm test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published