Argent Bank API

Argent Bank API is a RESTful API for the Argent Bank website, allowing users to authenticate, create accounts, manage their profiles, and access their bank accounts.

This repository contains the code for the Argent Bank API. The backend repository can be found here.

Installation

You can install the necessary dependencies using npm, pnpm, or yarn. Make sure you have Node.js installed on your system.

npm install
pnpm install
yarn install

Usage

To run the Argent Bank API, use the following command:

npm run dev
pnpm run dev
yarn dev

Features

  • User authentication: Login to your account securely.
  • Account creation: Create a new bank account.
  • Profile management: Edit your profile informations.
  • Account access: View and manage your bank account details.