Skip to content

simple Nest.js application for education purpose

Notifications You must be signed in to change notification settings

2b1q/nestMailer

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

nestMailer is simple APP for education purpose based on Nest framework. It has:

  • REST API with CRUD operations and JWT auth behavior to manage user and mail entities
  • typeORM for Postgres DB with tables/entities relations functionality
  • 2 microservices. 1st ms is core GW and 2nd is a mail fetcher

Project Timeline

  • ☑ docker containers for PG DB and PG admin web console
  • ☑ CRUD users entities
  • ☑ CRUD mail entities
  • ☑ AUTH users by JWT
  • ☑ custom middleware, AuthGuard, validation pipes, ExceptionFilter, RTT LoggerInterceptor
  • ☑ TypeORM entities relations
  • ☑ init mail fetcher microservice
  • ☑ RPC between microservices
  • ☐ mail fetcher behavior
  • ☐ GMAIL google API pub/sub message handler

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

License

Nest is MIT licensed.

About

simple Nest.js application for education purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published