This project is a mock API for a clone of the Lloyds Banking app. It provides endpoints to simulate the functionalities of the banking app, including account management, transactions, and user authentication.
- User authentication (login and registration)
- Account management (view account details, update information)
- Transaction management (view transactions, create new transactions)
- Error handling and validation
- Node
- pnpm
- Clone the repository:
git clone https://github.com/amilmohd155/lloyds-banking-app-clone.git
- Navigate to the project directory:
cd lloyds-banking-app-clone - Install the required dependencies:
pnpm install
- Start the development server:
pnpm dev
- The API will be available at
http://localhost:1205.
Check out the documentation here. Documentation
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License.
For any questions or inquiries, please contact [email protected].