https://github.com/hesbon-osoro/ecommerce-store-server
Ecommerce Store Website using MERN stack and Stripe payment integration
https://github.com/hesbon-osoro/ecommerce-store-server
ecommerce express jwt mongodb nodemailer react stripe
Last synced: 3 months ago
JSON representation
Ecommerce Store Website using MERN stack and Stripe payment integration
- Host: GitHub
- URL: https://github.com/hesbon-osoro/ecommerce-store-server
- Owner: hesbon-osoro
- Created: 2022-08-29T19:11:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T22:14:46.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T08:21:40.511Z (over 1 year ago)
- Topics: ecommerce, express, jwt, mongodb, nodemailer, react, stripe
- Language: JavaScript
- Homepage:
- Size: 841 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecommerce Store
Site Overview











## Technologies
- React
- Node
- Express
- MongoDB
- Stripe
- Redux
- JWT
- Material-UI
- React Router DOM
- Charts
- Pagination
- Material-UI-Carousel
and More :)
## Setup
Copy the `.env.example` to `.env` and `config/config.env.example` to `config/config.env` and fill the required credentials
```code
# Clone the repo
git clone https://github.com/hesbon-osoro/ecommerce-store-server.git
# Go to directory and install packages
cd ecommerce-store-server && yarn
# Start the server
# Development mode
yarn dev
# Production mode
yarn start
```
[`Client`](https://github.com/hesbon-osoro/ecommerce-store) code