Ewallet Rest Api

screenshot of Ewallet Rest Api
express

E-Wallet Rest Api Example. Using Node.js, Express and MongoDB.

Overview:

The E-Wallet Rest Api is an example application built using Node.js, Express, and MongoDB. It provides a platform for managing electronic wallets with features such as creating customers, checking balances, making deposits, transfers, withdrawals, and more. The API documentation is available for reference, and a Postman collection is provided for testing purposes.

Features:

  • Customer Management: Create customers and manage their accounts.
  • Transactions: Check eWallet balance, make deposits, transfers, and withdrawals.
  • Fee Structure: Automatically calculate fees based on transaction amount.

Summary:

The E-Wallet Rest Api is a Node.js application that offers a comprehensive solution for managing electronic wallets. With features like customer creation, transaction processing, fee calculations, and more, it provides a versatile platform for financial operations. The provided API reference and Postman collection make it easy to test and integrate the API with other systems. Additionally, the project is licensed under the MIT License, allowing for open usage and modification.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.