A simple wallet and transaction API built with Node.js, TypeScript, and Express. This API allows users to fund their wallets, transfer funds, and view transactions. All data is stored in-memory.
- Create and manage user wallets
- Fund wallets
- Transfer money between users
- View user details and transaction history
- Built with TypeScript and Express
- Structured in a clean, modular way
- Clone the Repository
git clone https://github.com/emmanuell60/brickpine-wallet-api.git
cd brickpine-wallet-api
- install dependencies
npm install
- Run the Server
npm run dev
The server will start on http://localhost:5000.