MungaSoftwiz / EcoSortify

EcoSortify is a Flask web application that connects environmentalists to share ideas and act for a greener tomorrow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EcoSortify Logo

Introduction

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.

Deployed Site

Visit EcoSortify

Final Project Blog Article

Read our Blog

Author(s) LinkedIn

Installation

To run EcoSortify locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/MungaSoftwiz/EcoSortify.git
    
  2. Navigate to the project directory:
    cd EcoSortify
    
  3. Install dependencies:
    poetry install
    
  4. Start the development server:
    export FLASK_APP=ecosortify.py
    
    flask run
    
  5. Visit http://localhost:5000 in your browser to view the application.

Usage

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

Contributing

We welcome contributions from the community! To contribute to EcoSortify, please follow our Contribution Guidelines.

Licensing

This project is licensed under the MIT License.


Screenshots

EcoSortify Screenshot 1


EcoSortify Screenshot 2

About

EcoSortify is a Flask web application that connects environmentalists to share ideas and act for a greener tomorrow.

License:MIT License


Languages

Language:Python 69.8%Language:HTML 27.5%Language:CSS 1.9%Language:Mako 0.8%