An open API service indexing awesome lists of open source software.

https://github.com/imran-2022/mfs_frontend

A secure and efficient Mobile Financial Service (MFS) platform inspired by bKash and Nagad, offering send money, cash-in, cash-out, and balance inquiry features. Built with Node.js for the backend and React for the frontend to ensure seamless digital transactions. 🚀
https://github.com/imran-2022/mfs_frontend

react tailwindcss

Last synced: 2 months ago
JSON representation

A secure and efficient Mobile Financial Service (MFS) platform inspired by bKash and Nagad, offering send money, cash-in, cash-out, and balance inquiry features. Built with Node.js for the backend and React for the frontend to ensure seamless digital transactions. 🚀

Awesome Lists containing this project

README

        

#### Frontend For Mobile Financial Service (MFS)

## #Instructions on How to Set Up and Run the Application Locally

##### - Step 1: Clone this repository.
##### - Step 2: Navigate to the directory using `cd [directory]`.
##### - Step 3: To install the modules, run `npm i`.
##### - Step 4: Create a `.env` file and add the following line: `VITE_ENDPOINT="http://localhost:3001"`.
##### - Step 5: To run the application, use `npm run dev`.