The Payment Application is designed to manage and process payments efficiently. It includes features such as user authentication, transaction history, and payment gateways integration. This application aims to provide a seamless payment experience for users.
- User Authentication: Secure login and registration system.
- Payment Processing: Integration with multiple payment gateways.
- Transaction History: Detailed records of all transactions.
- Responsive Design: User-friendly interface across all devices.
- Security: Ensures the security of user data and transactions.
- Node.js (v14 or higher)
- npm (v6 or higher)
- MongoDB (for database)
-
Clone the repository:
git clone https://github.com/priyansusingh/payments-application.git cd payments-application
-
Install dependencies:
npm install
-
Start the application:
npm start
-
Access the application: Open your browser and go to
http://localhost:3000
- Register: Create a new account by providing necessary details.
- Login: Access your account using your credentials.
- Make a Payment: Enter payment details and process the payment.
- View Transactions: Check your transaction history for details of all payments made.