Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 3.98 KB

README.md

File metadata and controls

49 lines (32 loc) · 3.98 KB


EcoPlast

Description

EcoPlast is a comprehensive platform that brings together customers, plastic collectors, recycling companies, and product sellers. Its goal is to create a sustainable ecosystem where each participant can benefit. Customers can responsibly dispose of their plastic waste, collectors earn by collecting and selling it, recycling companies secure a steady source of raw materials, and product sellers purchase recycled plastic for resale. EcoPlast aims to address the plastic waste crisis and support a circular economy.

Features

•Connects customers, plastic collectors, recycling companies, and product sellers in a single platform
•Provides an eco-friendly solution for customers to dispose of their plastic waste
•Offers earning opportunities for plastic collectors
•Secures a steady source of raw materials for recycling companies
•Allows product sellers to purchase recycled plastic products for resale
•Supports a circular economy and reduces the impact of plastic waste on the environment
•User-friendly interface for easy navigation and transactions
•Efficient and secure management of user data, transactions, and other critical aspects using Django framework.

Tech Used

Python Django JavaScript HTML5 Bootstrap

Installation

This is to inform you that to run this project you need to create "Virtual Environment" and import the database in mysql. Virtual Environment provides an isolation environment for python files.

The following steps will guide you to create and import database in mysql

To Import Database:

Step 1- create Database Named ecoplast
Step 2- import Database\Ecoplast.sql

The following steps will guide you to create Virtutal Environment and this code should be executed in cmd and directory will be the folder in which you stored this project.

For instance, my directory is E:\FPD

Note: You Must have Installed Python and Django In Your Device

Step 1: creating virtutal environment as myvenv:- D:\Python\Django\EcoPlast>python -m venv myvenv 
Step 2: activating virtual environment:- D:\Python\Django\EcoPlast>myvenv\Scripts\activate
Step 3: installing requirement files to run this project:- (myvenv) D:\Python\Django\EcoPlast>pip install -r requirements.txt
Step 4: project on server:- (myvenv) D:\Python\Django\EcoPlast>python manage.py runserver

The above mentioned requirements.txt file is already provided with project.

After following the above given steps, you are good to go and can run this astonishing project.