EcoSortify is a web application designed to connect environmentally conscious individuals, providing a platform to share ideas, resources, and initiatives for a greener tomorrow. Whether you're passionate about sustainable living, eco-friendly products, or environmental activism, EcoSortify aims to foster a community dedicated to making a positive impact on the planet.
To run EcoSortify locally, follow these steps:
- Clone the repository:
git clone https://github.com/MungaSoftwiz/EcoSortify.git
- Navigate to the project directory:
cd EcoSortify
- Install dependencies:
poetry install
- Start the development server:
export FLASK_APP=ecosortify.py
flask run
- Visit
http://localhost:5000
in your browser to view the application.
Once the application is running, users can:
- Create an account or log in
- Explore posts, resources, and initiatives shared by the community
- Share their own ideas and initiatives
- Connect with other environmentally conscious individuals
We welcome contributions from the community! To contribute to EcoSortify, please follow our Contribution Guidelines.
This project is licensed under the MIT License.