Skip to content

samh7/threads-backend

Repository files navigation

Threads Backend

Backend for full stack threads-like messaging app (single user).

Features

  1. Authentication
  2. Logger
  3. Db with TypeORM & MYSQL
  4. Swagger documentation

Description

Nest framework TypeScript starter repository.

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