This application allows users to perform payment transactions. It leverages the MERN stack (MongoDB, Express, React, Node.js) to provide a seamless and efficient user experience for handling payment operations.
The MERN stack was chosen for its flexibility, performance, and scalability. Each component of the MERN stack plays a critical role in the overall functionality:
-
First, run the backend server:
node index.js
The backend server will be up and running at http://localhost:3000/.
-
Then, run the frontend app:
npm run dev
The frontend server will be up and running at http://localhost:5173/.
You can start modifying the app now.
The backend is deployed on render.com.
The frontend is deployed on vercel.com.