Skip to content

noorjsdivs/stripe-payment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stripe Payment

Welcome to the Stripe Payment Application! This project is designed to help you to learn how to implement Stripe payment in any Reactjs application.

Getting Started

To begin working on this project:

  1. Clone the Repository:
    Clone this repository to your local machine using the following command:

    https://github.com/noorjsdivs/stripe-paymment.git

Install Dependencies:

Please move to server directory to work on server and client directory to work on client project

Navigate to the project directory and install the required packages using one of the following package managers:

npm install

npm install

or

pnpm install

pnpm install

or

yarn

yarn

Run the Application:

Start the development server using the following command:

Client

npm run dev

   npm run dev

or

pnpm dev

   pnpm dev

or

yarn run dev

   yarn run dev

Server

npm start

   npm run dev

or

pnpm start

   pnpm dev

The application will be running on localhost. for client and localhost. for backend server

.env Credentials

Please provide the STRIPE_SECRET_KEY in .env file for accessing the stripe portal.

Happy coding!