Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.68 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.68 KB

Tshirt Store

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.

Quick Start

# Cloning repository
git clone https://github.com/prashantpaddune/Tshirt-Store
Front End :
# Open directory
cd frontend

# Install dependencies for server
npm install

# Stripe API Configuration in StripeCheckout.js
stripeKey="YourPublishablekey"

# Start server for frontend
npm start
Back End :
# 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

Screenshots

License

This project is licensed under the GNU General Public License v3.0