This collection contains endpoints for user authentication, wallet management, and transaction tracking for a multi-currency FX trading platform. Supports NGN, USD, and EUR wallets. JWT-based authentication is required for protected routes.
Nest framework TypeScript starter repository.
# Clone repository
$ git clone https://github.com/stateman24/fx-trading-api.git fx_trading_api
# Install dependencies
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov- Author - Daniel Ajibewa
- Email - ajibewadannyboi@gmail.com