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

https://github.com/chandan-devs-tech/urban-seller

Urban Seller E-Commerce Platform 🛒 - A comprehensive solution for buying and selling products online!
https://github.com/chandan-devs-tech/urban-seller

expressjs jwt-authentication mongodb nodejs reactjs

Last synced: 2 months ago
JSON representation

Urban Seller E-Commerce Platform 🛒 - A comprehensive solution for buying and selling products online!

Awesome Lists containing this project

README

          



logo

Urban Seller E-Commerce Platform


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[E-Commerce Platform\] ](#-e-commerce-platform-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 [E-Commerce Platform]

**[Urban Seller]** is a project that allows users to buy and sell products online. It is built with the MERN stack and Redux for state management.
It is a full-featured shopping cart with PayPal & credit/debit payments.

## 🛠 Built With

### Tech Stack

- List the technology stack used in this project.

- [React](https://reactjs.org/)
- [Node.js](https://nodejs.org/)
- [Express](https://expressjs.com/)
- [MongoDB](https://www.mongodb.com/)
- [Redux](https://redux.js.org/)
- [Bootstrap](https://getbootstrap.com/)
- [paypal](https://developer.paypal.com/docs/api/overview/)
- [JWT](https://jwt.io/)
- [bcrypt](https://www.npmjs.com/package/bcrypt)
- [multer](https://www.npmjs.com/package/multer)
- [dotenv](https://www.npmjs.com/package/dotenv)
- [axios](https://www.npmjs.com/package/axios)
- [react-router-dom](https://www.npmjs.com/package/react-router-dom)
- [redux-thunk](https://www.npmjs.com/package/redux-thunk)

Client

Server

Database

### Key Features

- **[Full featured shopping cart]**
- **[Product reviews and ratings]**
- **[Top products carousel]**
- **[Product pagination]**
- **[Product search feature]**
- **[User profile with orders]**
- **[Admin product management]**
- **[Admin user management]**
- **[Admin Order details page]**
- **[Mark orders as delivered option]**
- **[Checkout process (shipping, payment method, etc)]**
- **[PayPal / credit card integration]**
- **[Database seeder (products & users)]**

(back to top)

## 💻 Getting Started

To get a local copy up and running follow these simple steps.

### Prerequisites

In order to run this project you need:

- **[Node.js](https://nodejs.org/en/download/)**
- **[npm](https://www.npmjs.com/get-npm)**
- **[MongoDB](https://www.mongodb.com/try/download/community)**
- **[React](https://reactjs.org/docs/getting-started.html)**
- **[Redux](https://redux.js.org/introduction/getting-started)**
- **[Express](https://expressjs.com/en/starter/installing.html)**
- **[Bootstrap](https://getbootstrap.com/docs/5.0/getting-started/introduction/)**
- **[paypal](https://developer.paypal.com/docs/api/overview/)**
- **[JWT](https://jwt.io/)**

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/Chandan-devs-tech/urban-seller.git
```

Navigate to the project folder:

```sh
cd urban-seller
```

Install the project dependencies:

```sh
npm install
```

Create a `.env` file in the root directory and add the following environment variables:

```sh
NODE_ENV = development
PORT = 5000
MONGO_URI = your_mongodb_uri
JWT_SECRET = 'your_secret'
PAYPAL_CLIENT_ID = your_paypal_client_id
```

Run the project:

```sh
npm run dev
```

### Install

Install this project with:

```sh
npm install
```

### Deployment

You can deploy this project using:

```sh
npm run build
```

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👤 **Chandan Gupta**

- GitHub: [@githubhandle](https://github.com/chandan-devs-tech)
- Twitter: [@twitterhandle](https://twitter.com/chandanguptadev)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chandangupta-devs/)
- Portfolio: [Website](https://chandan-devs-tech.github.io/Personal-Portfolio/)

(back to top)

## 🔭 Future Features

- [ ] **[Deployment using AWS]**
- [ ] **[]**
- [ ] **[]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Chandan-devs-tech/urban-seller/issues).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- [Microverse](https://www.microverse.org/)

(back to top)

## 📝 License

This project is [MIT](https://github.com/Chandan-devs-tech/urban-seller/blob/backend/MIT.md) licensed.

(back to top)