Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mungasoftwiz/ecosortify
EcoSortify is a Flask web application that connects environmentalists to share ideas and act for a greener tomorrow.
https://github.com/mungasoftwiz/ecosortify
flask-application python3
Last synced: about 2 months ago
JSON representation
EcoSortify is a Flask web application that connects environmentalists to share ideas and act for a greener tomorrow.
- Host: GitHub
- URL: https://github.com/mungasoftwiz/ecosortify
- Owner: MungaSoftwiz
- License: mit
- Created: 2024-03-11T07:28:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:26:29.000Z (8 months ago)
- Last Synced: 2024-05-22T15:45:44.038Z (8 months ago)
- Topics: flask-application, python3
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://ecosortify.pythonanywhere.com/)### Final Project Blog Article
[Read our Blog](https://link-to-your-final-project-blog-article)### Author(s) LinkedIn
- [Boniface Munga](https://www.linkedin.com/in/boniface-munga-software-engineer)## 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](CONTRIBUTING.md).
## LicensingThis project is licensed under the [MIT License](LICENSE).
---
### Screenshots
![EcoSortify Screenshot 1](https://github.com/MungaSoftwiz/EcoSortify/assets/122830272/24dc6ae1-1322-41e8-8ee9-1824693cb503)
---
![EcoSortify Screenshot 2](https://github.com/MungaSoftwiz/EcoSortify/assets/122830272/8892051b-42fc-462a-9af4-bd5673db940d)