Skip to content

Julz-bit/z-commerce

Repository files navigation

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

Required PG extensions

CREATE EXTENSION IF NOT EXISTS pg_trgm;

About

E-commerce Backend API (Nestjs + Fastify Adapter + Drizzle ORM + Prisma migrations + Redis)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published