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. 🚀
- Host: GitHub
- URL: https://github.com/imran-2022/mfs_backend
- Owner: Imran-2022
- Created: 2025-02-24T05:58:29.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-02-26T23:10:58.000Z (2 months ago)
- Last Synced: 2025-02-27T00:21:28.541Z (2 months ago)
- Topics: express, joi, jwt, mongodb, mongoose, node
- Language: JavaScript
- Homepage: https://mfs-backend-one.vercel.app
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`