Skip to content

topcoder-platform/tc-finance-api

Folders and files

NameName
Last commit message
Last commit date
Mar 18, 2025
May 16, 2025
May 6, 2025
May 19, 2025
Mar 13, 2025
Mar 13, 2025
Apr 16, 2025
Apr 3, 2025
Mar 13, 2025
Mar 13, 2025
Mar 13, 2025
Mar 17, 2025
Mar 13, 2025
Apr 14, 2025
Mar 17, 2025
Mar 13, 2025
Apr 18, 2025
Mar 13, 2025
May 16, 2025
May 16, 2025
Mar 13, 2025
Mar 13, 2025

Repository files navigation

Description

Nest framework TypeScript starter pack.

Project setup

$ pnpm install

Compile and run the project

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Run tests

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Database setup

Prisma is used to handle DB communication & data migration. To run a local copy of the database, make sure to copy the contents of ".env.sample" into ".env", and setup your db credentials. Afterwards, you can just run "npx prisma migrate dev". This will create all the necessary tables in the db. If you don't have a local setup for postgres, you can use docker to stand up on. Run "docker-compose up -d".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages