A RESTful backend API for managing bank accounts, balances, and transaction records.
Designed to handle secure ledger operations with efficient account and transaction management.
- Create and manage bank accounts
- Deposit and withdraw money
- Transfer money between accounts
- Track transaction history
- Maintain accurate account balances
- RESTful API structure
- Node.js
- Express.js
- MongoDB
- Mongoose
- JavaScript
git clone https://github.com/your-username/bank-ledger-api.git
cd bank-ledger-api
npm install