Skip to content

This project is a mock API for a Lloyds Banking app clone, built with Node.js and Express. It handles user management, account handling, sessions, and transactions. The project uses TypeScript for type safety and maintainability.

Notifications You must be signed in to change notification settings

amilmohd155/lloyds-clone-api

Repository files navigation

Lloyds Banking App Clone - Mock API

Overview

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.

Features

  • User authentication (login and registration)
  • Account management (view account details, update information)
  • Transaction management (view transactions, create new transactions)
  • Error handling and validation

Getting Started

Prerequisites

  • Node
  • pnpm

Installation

  1. Clone the repository:
    git clone https://github.com/amilmohd155/lloyds-banking-app-clone.git
  2. Navigate to the project directory:
    cd lloyds-banking-app-clone
  3. Install the required dependencies:
    pnpm install

Running the API

  1. Start the development server:
    pnpm dev
  2. The API will be available at http://localhost:1205.

API Endpoints

Check out the documentation here. Documentation

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

License

This project is licensed under the MIT License.

Contact

For any questions or inquiries, please contact [email protected].

About

This project is a mock API for a Lloyds Banking app clone, built with Node.js and Express. It handles user management, account handling, sessions, and transactions. The project uses TypeScript for type safety and maintainability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published