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 installpnpm install
pnpm installyarn
yarnStart the development server using the following command:
npm run dev
npm run devpnpm dev
pnpm devyarn run dev
yarn run devnpm start
npm run devpnpm start
pnpm devThe 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!