Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/younusfoysal/axion-pay-server
Axion Pay is a basic MFS(Mobile Financial Service) application (like bKash or Binance)
https://github.com/younusfoysal/axion-pay-server
bcryptjs body-parser cookie-parser cors dotenv express jsonwebtoken mongodb
Last synced: about 1 month ago
JSON representation
Axion Pay is a basic MFS(Mobile Financial Service) application (like bKash or Binance)
- Host: GitHub
- URL: https://github.com/younusfoysal/axion-pay-server
- Owner: younusFoysal
- Created: 2024-07-15T22:32:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T09:52:49.000Z (5 months ago)
- Last Synced: 2024-08-24T02:35:44.787Z (4 months ago)
- Topics: bcryptjs, body-parser, cookie-parser, cors, dotenv, express, jsonwebtoken, mongodb
- Language: JavaScript
- Homepage: https://axionpay-server.vercel.app/
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AXION PAY Server
Live Server: [Axion-Pay-Server](https://axionpay-server.vercel.app)
Client Repo Link: [AXION-PAY-Client](https://github.com/younusFoysal/Axion-Pay-Client)
## Project Overview
- Project Name: Axion Pay
- Type: Basic Mobile Financial Service (MFS) application
- Technologies Used: React.js, Node.js, Express.js, MongoDB
- Primary Objective: To provide essential MFS functionalities such as user authentication, send money, cash-out, and balance inquiries.
- Focus: Ensuring a simple and secure web interface for users.## Features
- **User Authentication**: Secure login and registration system.
- **Send Money**: Transfer funds between users.
- **Cash-In Requests**: Submit and manage requests for adding funds.
- **Cash-Out Requests**: Submit and manage requests for withdrawing funds.
- **Balance Inquiry**: Check and refresh account balance.
- **Transaction Management**: View and manage transaction history.## Technologies Used
```
node
cors
dotenv
express
jsonwebtoken
mongodb
nodemon
bcryptjs
```## How to Run Locally
1. Clone the repository: `git clone https://github.com/younusFoysal/Axion-Pay-Server.git`
2. Navigate to the project directory: `cd Axion-Pay-Server`
3. Install dependencies: `npm install`
4. Set up environment variables as per `.env`.
5. Start the server: `nodemon index.js`