Skip to content

mustafa60x/d_react-chatApp-2022OKRH2Backend

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Real time mesajlaşma uygulaması için yazılmış backend servisidir.

Uygulamaya dair bazı özellikler;

  • Jwt guard yapısı(password.js)
  • Websocket gateway
  • Mongodb(mongoose orm)
  • Şifreler bcrypt ile hashlenerek tutulmuştur.
  • Custom Decorator, middleware, guard yapısı ve websocket gateway uygulanmıştır.
  • Exception filter(global error handler) eklenmiştir.
  • Loglama ve Output formatı için interceptor kullanılmıştır.
  • Swagger ile api dökümantasyonu yapılmıştır.
  • Sentry (error monitoring)

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published