fast-api

Personal API built with Nest JS, Fastify, Prisma, Redis, PostgreSQL and Supabase.

Stars
2
Committers
2

Personal API ✨

Installation

First, ensure you have pnpm installed. Then, install the project dependencies:

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov