Welcome to the Stripe Payment Application! This project is designed to help you to learn how to implement Stripe payment in any Reactjs application.
To begin working on this project:
-
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
pnpm install
pnpm install
yarn
yarn
Start the development server using the following command:
npm run dev
npm run dev
pnpm dev
pnpm dev
yarn run dev
yarn run dev
npm start
npm run dev
pnpm start
pnpm dev
The application will be running on localhost. for client and localhost. for backend server
Please provide the STRIPE_SECRET_KEY in .env file for accessing the stripe portal.
Happy coding!