detunjiSamuel / queue

SAVE MONEY AND BUY USDT API . built with( TypeScript, Express, Redis , Mongo , Bull ) -> https://secret-taiga-84954.herokuapp.com/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queue API

Queue API for the queue Application which is a savings platform for fait & cryptocurrency

Usage

Rename ".env.example" to ".env" and update the values/settings to your own

Install Dependencies

Run

npm i

or

npm install

Run Application

# Run in dev mode
npm run start:dev

# Run in production mode
npm run start

Folder Strucure

πŸ“¦ queue
β”œβ”€ .env.example
β”œβ”€ .eslintignore
β”œβ”€ .eslintrc.json
β”œβ”€ .gitignore
β”œβ”€ .prettierrc.json
β”œβ”€ .vscode
β”‚  β””─ settings.json
β”œβ”€ Procfile
β”œβ”€ jest.config.js
β”œβ”€ mocks
β”‚  β””─ index.ts
β”œβ”€ nodemon.json
β”œβ”€ package.json
β”œβ”€ readme.md
β”œβ”€ seed
β”‚  β”œβ”€ data
β”‚  β”‚  β”œβ”€ Card.json
β”‚  β”‚  β”œβ”€ CoinRequest.json
β”‚  β”‚  β”œβ”€ EmailVerification.json
β”‚  β”‚  β”œβ”€ Savings.json
β”‚  β”‚  β”œβ”€ Transaction.json
β”‚  β”‚  β””─ User.json
β”‚  β”œβ”€ extractor.ts
β”‚  β””─ seeder.ts
β”œβ”€ src
β”‚  β”œβ”€ Processors
β”‚  β”‚  β”œβ”€ email.ts
β”‚  β”‚  β”œβ”€ flw_webhook.ts
β”‚  β”‚  β””─ paymentCharge.ts
β”‚  β”œβ”€ app.ts
β”‚  β”œβ”€ config
β”‚  β”‚  β”œβ”€ bull.ts
β”‚  β”‚  β”œβ”€ database.ts
β”‚  β”‚  β”œβ”€ index.ts
β”‚  β”‚  β””─ redis.ts
β”‚  β”œβ”€ controllers
β”‚  β”‚  β”œβ”€ auth.controller.ts
β”‚  β”‚  β”œβ”€ card.controller.ts
β”‚  β”‚  β”œβ”€ coin.controller.ts
β”‚  β”‚  β”œβ”€ savings.controller.ts
β”‚  β”‚  β”œβ”€ trasactions.controller.ts
β”‚  β”‚  β””─ webhook.controller.ts
β”‚  β”œβ”€ index.ts
β”‚  β”œβ”€ jobs
β”‚  β”‚  β””─ index.ts
β”‚  β”œβ”€ middleware
β”‚  β”‚  β”œβ”€ error.ts
β”‚  β”‚  β””─ index.ts
β”‚  β”œβ”€ models
β”‚  β”‚  β”œβ”€ card.model.ts
β”‚  β”‚  β”œβ”€ coinRequest.model.ts
β”‚  β”‚  β”œβ”€ emailVerification.model.ts
β”‚  β”‚  β”œβ”€ savings.model.ts
β”‚  β”‚  β”œβ”€ transaction.model.ts
β”‚  β”‚  β””─ user.model.ts
β”‚  β”œβ”€ routes
β”‚  β”‚  β”œβ”€ auth.ts
β”‚  β”‚  β”œβ”€ card.ts
β”‚  β”‚  β”œβ”€ email.ts
β”‚  β”‚  β”œβ”€ index.ts
β”‚  β”‚  β”œβ”€ misc.ts
β”‚  β”‚  β”œβ”€ savings.ts
β”‚  β”‚  β””─ transaction.ts
β”‚  β”œβ”€ services
β”‚  β”‚  β”œβ”€ auth.service.ts
β”‚  β”‚  β”œβ”€ binance.service.ts
β”‚  β”‚  β”œβ”€ card.service.ts
β”‚  β”‚  β”œβ”€ email.service.ts
β”‚  β”‚  β”œβ”€ flutterwave.service.ts
β”‚  β”‚  β”œβ”€ savings.service.ts
β”‚  β”‚  β””─ webhook.service.ts
β”‚  β”œβ”€ utils
β”‚  β”‚  β”œβ”€ error.ts
β”‚  β”‚  β””─ index.ts
β”‚  β””─ validator
β”‚     β”œβ”€ auth.validator.ts
β”‚     β”œβ”€ card.validator.ts
β”‚     β”œβ”€ index.ts
β”‚     β””─ savings.validator.ts
β”œβ”€ test
β”‚  β””─ binance.test.ts
└─ tsconfig.json

Version: 1.0.4

License: MIT

About

SAVE MONEY AND BUY USDT API . built with( TypeScript, Express, Redis , Mongo , Bull ) -> https://secret-taiga-84954.herokuapp.com/.


Languages

Language:TypeScript 99.1%Language:Shell 0.7%Language:JavaScript 0.2%Language:Procfile 0.1%