Tshirt store app built with the MERN stack.
It's a Platform where you can add, manage product/categories and sell products with Stripe payment integration in the web application. It can be implemented in other business/stores that registers their products to show and sell them to their customers.
# Cloning repository
git clone https://github.com/prashantpaddune/Tshirt-Store
# Open directory
cd frontend
# Install dependencies for server
npm install
# Stripe API Configuration in StripeCheckout.js
stripeKey="YourPublishablekey"
# Start server for frontend
npm start
# Open directory
cd backend
# Install dependencies for server
npm install
# Stripe API Configuration in stripePayment.js
const stripe = require('stripe')('YourSecretKey');
# Start server for backend
npm start
This project is licensed under the GNU General Public License v3.0