Skip to content

Tshirt store built on MERN stack with Stripe payment integration

License

Notifications You must be signed in to change notification settings

prashantpaddune/Tshirt-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tshirt store built on MERN stack with Stripe payment integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages