Skip to content

mastercode10/blank-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Fintech Platform Monorepo

This repository contains the backend API and frontend applications for a multi-currency fintech platform inspired by AirTM and Bybit, with a focus on African markets (Nigeria, Kenya, South Africa, Ghana) and both fiat and crypto support.

Structure

  • apps/api – Backend API (NestJS, TypeScript)
  • apps/web – Web frontend (Next.js, React) — to be added
  • apps/mobile – Mobile app (React Native, Expo) — to be added

Getting Started (Backend API)

  1. Install dependencies:
cd apps/api
npm install
  1. Run the development server:
npm run start:dev
  1. The API will be available at:
  • Base URL: http://localhost:3001/api
  • Health check: http://localhost:3001/api/health

Next Steps

  • Implement authentication and user management.
  • Add wallet and ledger modules to support multi-currency balances.
  • Add P2P marketplace and gift card exchange features.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •