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

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

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_backend

express joi jwt mongodb mongoose node

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

        

#### Backend 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: `PORT=3001`,`MONGO_URI=[your-mongodb-url]`,`JWT_SECRET=[your-jwt-secret]`
##### - Step 5: To run the application, use `nodemon server.js`