https://github.com/daxrajsinh/pioneer_plastics
"Pioneer Plastics", a MERN based Real time e-products Catalogue Website made for my father's business purpose. It has wide range of catalog for Plastic bottles and various plastic products.
https://github.com/daxrajsinh/pioneer_plastics
bootstrap-carousel cloudinary-api cors jsonwebtoken mern-stack
Last synced: 3 months ago
JSON representation
"Pioneer Plastics", a MERN based Real time e-products Catalogue Website made for my father's business purpose. It has wide range of catalog for Plastic bottles and various plastic products.
- Host: GitHub
- URL: https://github.com/daxrajsinh/pioneer_plastics
- Owner: Daxrajsinh
- Created: 2023-10-18T05:56:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T18:08:08.000Z (10 months ago)
- Last Synced: 2024-07-24T20:52:36.028Z (10 months ago)
- Topics: bootstrap-carousel, cloudinary-api, cors, jsonwebtoken, mern-stack
- Language: JavaScript
- Homepage:
- Size: 768 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PIONEER PLASTICS
Welcome to the "PIONEER PLASTICS" project, an e-product catalog website developed using the MERN stack. This README provides an overview of the project, its features, and how to get started.
## Table of Contents
1. [Introduction](#introduction)
2. [Features](#features)
3. [Getting Started](#getting-started)
4. [Project Structure](#project-structure)
5. [Technologies Used](#technologies-used)## Introduction
The "PIONEER PLASTICS" project is an e-commerce platform that allows users to explore a wide range of products, add them to their shopping cart, and make secure payments using PayPal. The project features user authentication, product management, and a seamless shopping experience.

## Features
- User registration and authentication.
- Product catalog with categories.
- Shopping cart management.
- Secure payment processing with PayPal integration.
- Role-based access control for administrators.
- Responsive and user-friendly design.
- Comprehensive API testing using Postman.
- Database management using MongoDB.## Getting Started
To run the "PIONEER PLASTICS" project on your local machine, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Daxrajsinh/Pioneer_Plastics.git
2. Navigate to the project directory:```bash
cd pioneer-plastics3. Install dependencies for both the client and server:
```bash
# Install client dependencies
cd client
npm install
# Install server dependencies
cd ../server
npm install4. Start the development server:
# Start the server (from the 'server' directory)
npm start
# Start the client (from the 'client' directory)
npm run dax5. Open your web browser and visit http://localhost:3000 to access the application.
## Project Structure
The project is organized into two main directories:/client: Contains the frontend code built with React.
/server: Contains the backend code built with Node.js and Express.## Technologies Used
MERN Stack.