Skip to content

chirag-63/Payment-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

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.