Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.03 KB

Payments App

Project Description

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.

Why you used the technologies you used

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:

How to setup the Project locally

  1. First, run the backend server:

    node index.js

    The backend server will be up and running at http://localhost:3000/.

  2. 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.

Backend deployed

The backend is deployed on render.com.

Frontend deployed

The frontend is deployed on vercel.com.