Skip to content

A fund transfer service that handle user creation, account creation, funding, credit/debit, transactions, and authentication

Notifications You must be signed in to change notification settings

thisishaykins/Fund-Transfer-App-Service

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

A fund transfer service that handle user creation, account creation, funding, credit/debit, transactions, and authentication.

Middleware
- Error handling middleware (src/middleware/error.middleware.ts)
- Request logging middleware (src/middleware/request-logging.middleware.ts)
- Validation handling middleware (src/middleware/validation.middleware.ts)
- AuthGuard middleware (src/auth/auth.guard.ts)
- JWT Service middleware (src/auth/jwt.service.ts)

DB Type: PostgresDB

Change to the a right DB config in the .env below

DB_HOST=""
DB_PORT=
DB_USERNAME=""
DB_PASSWORD=""
DB_DATABASE=""

Change and update environment variables

# copy to .env
$ cp .env.sample .env

# update .env
$ vim .env

Installation

npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

API Swagger Documentation

$ visit: http://SERVER_NAME_PI:PORT/docs # http://127.0.0.1:3000/docs

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed. Nest Website - https://nestjs.com

About

A fund transfer service that handle user creation, account creation, funding, credit/debit, transactions, and authentication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published