Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 3.25 KB

File metadata and controls

71 lines (55 loc) · 3.25 KB

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