EcoX is your go-to platform for sustainable living. Get personalized tips, find local resources, engage with the community, and track your progress towards reducing your environmental footprint. Join us for a greener future! β»οΈβ¨
EcoX is a comprehensive platform designed to guide users towards a more sustainable lifestyle. By providing personalized tips, local resources, community engagement opportunities, EcoX helps users reduce their environmental footprint in a practical and community-supported manner.
- Personalized Tips: Get customized advice based on your lifestyle and preferences.
- Local Resources: Discover nearby recycling centers, composting facilities, eco-friendly stores, and community initiatives.
- Community Engagement: Join events, workshops, and forums to connect with others passionate about sustainability.
- Account Management: Manage your profile, preferences, and feedback easily through an intuitive interface.
pip install -m requirements.txt
app.config["MYSQL_HOST"] = 'localhost'
app.config["MYSQL_USER"] = "root"
app.config["MYSQL_PASSWORD"] = ''
app.config["MYSQL_DB"] = "ecox"
app.config["MYSQL_CURSORCLASS"] = 'DictCursor'
- Make sure you have MySQL installed and running.
- Create a database named
ecox. - Update the database connection settings in
app.pyif necessary.
python app.py The application will be accessible at `http://127.0.0.1:5000`.
βββ app.py
βββ config.py
βββ requirements.txt
βββ .env
βββ .gitignore
βββ README.md
βββ static/
β βββ css/
β βββ js/
βββ templates/
βββ base.html
βββ index.html
βββ login.html
βββ dashboard.html






