Skip to content

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! β™»οΈβœ¨

License

Notifications You must be signed in to change notification settings

bnaveenbharathi/Sustainable-Living-Guide-web-Prasunethon-Hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

EcoX - Prasunethon πŸŒβ™»οΈβœ¨

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! β™»οΈβœ¨

Description

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.

Features

  • 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.

Install Necessary Modules

pip install -m requirements.txt

DB Connection

app.config["MYSQL_HOST"] = 'localhost'
app.config["MYSQL_USER"] = "root"
app.config["MYSQL_PASSWORD"] = ''
app.config["MYSQL_DB"] = "ecox"
app.config["MYSQL_CURSORCLASS"] = 'DictCursor'

Set up the database :

  • Make sure you have MySQL installed and running.
  • Create a database named ecox.
  • Update the database connection settings in app.py if necessary.

Run the application :

python app.py
  The application will be accessible at `http://127.0.0.1:5000`.

Directory Struture (Sample)

β”œβ”€β”€ app.py
β”œβ”€β”€ config.py
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ .env
β”œβ”€β”€ .gitignore
β”œβ”€β”€ README.md
β”œβ”€β”€ static/
β”‚   β”œβ”€β”€ css/
β”‚   └── js/
└── templates/
β”œβ”€β”€ base.html
β”œβ”€β”€ index.html
β”œβ”€β”€ login.html
└── dashboard.html

Demo Video

https://www.youtube.com/watch?v=92NmLFQ8U4Q

Demo Images

image image image image image image image

About

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! β™»οΈβœ¨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published