This is a simple clothing shopping website built using ReactJS, Stripe, and Strapi.
- User authentication using Strapi.
- Ability to add items to the cart.
- Stripe integration for payment processing.
- Displaying of order confirmation.
- Node.js installed on your local machine.
- Strapi instance running as backend server.
- Stripe API keys.
- Clone the repository.
- Install the dependencies using npm install.
- Set up the environment variables in .env file.
- Start the development server using npm start.
The following environment variables are required:
- REACT_APP_STRIPE_PUBLISHABLE_KEY - Stripe publishable key.
- REACT_APP_BACKEND_URL - Strapi backend URL.
- To deploy the website, you can use a service like Netlify or Vercel. Simply connect your repository to the service and it will automatically build and deploy the website for you.
- Contributions are welcome! Feel free to open an issue or submit a pull request.