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!
- Host: GitHub
- URL: https://github.com/chandan-devs-tech/urban-seller
- Owner: Chandan-devs-tech
- Created: 2024-01-28T23:04:13.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-11T15:31:46.000Z (almost 2 years ago)
- Last Synced: 2025-09-11T22:35:17.460Z (9 months ago)
- Topics: expressjs, jwt-authentication, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage: https://easycart-liard.vercel.app/
- Size: 2.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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-)
**[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.
- 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
- **[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)]**
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
```
> 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/)
- [ ] **[Deployment using AWS]**
- [ ] **[]**
- [ ] **[]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Chandan-devs-tech/urban-seller/issues).
Give a ⭐️ if you like this project!
- [Microverse](https://www.microverse.org/)
This project is [MIT](https://github.com/Chandan-devs-tech/urban-seller/blob/backend/MIT.md) licensed.