An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Ecommerce Store

Site Overview

![Ecommerce Store](assets/ecommerce-store.png)

![Register](assets/ecommerce-store-register.png)

![Login](assets/ecommerce-store-login.png)

![Menu](assets/ecommerce-store-menu.png)

![Cart](assets/ecommerce-store-cart.png)

![Products](assets/ecommerce-store-products.png)

![About](assets/ecommerce-store-about.png)

![Contact](assets/ecommerce-store-contact.png)

![Forgot Password](assets/ecommerce-store-forgotpassword.png)

![Search](assets/ecommerce-store-search.png)

![PageNotFound](assets/ecommerce-store-pagenotfound.png)

## 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