An open API service indexing awesome lists of open source software.

https://github.com/samh7/threads-backend

Backend to https://github.com/samh7/threads-client
https://github.com/samh7/threads-backend

angular-frontend jwt-authentication mysql nestjs passportjs typeorm

Last synced: about 1 year ago
JSON representation

Backend to https://github.com/samh7/threads-client

Awesome Lists containing this project

README

          

# 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](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Project setup

```bash
$ pnpm install
```

## Compile and run the project

```bash
# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod
```

## Run tests

```bash
# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov
```