/My-Outfit

Primary LanguageJavaScript

Screenshot _home Screenshot_my_outfits_2 Screenshot_my_outfits Screenshot_my_outfits_3

Clothing Shopping Website

This is a simple clothing shopping website built using ReactJS, Stripe, and Strapi.

Features

  • User authentication using Strapi.
  • Ability to add items to the cart.
  • Stripe integration for payment processing.
  • Displaying of order confirmation.

Prerequisites

  • Node.js installed on your local machine.
  • Strapi instance running as backend server.
  • Stripe API keys.

Getting Started

  • Clone the repository.
  • Install the dependencies using npm install.
  • Set up the environment variables in .env file.
  • Start the development server using npm start.

Environment Variables

The following environment variables are required:

  • REACT_APP_STRIPE_PUBLISHABLE_KEY - Stripe publishable key.
  • REACT_APP_BACKEND_URL - Strapi backend URL.

Deployment

  • 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.

Contributing

  • Contributions are welcome! Feel free to open an issue or submit a pull request.