GreenVerse is an AI-based community app where environmental enthusiasts connect, share opinions, and discuss everything related to plants and the environment. It's a dynamic platform for those passionate about fostering sustainable change.
- Community Feed: Engage with the latest posts from other green-minded individuals.
- AI Q&A: Have your plant-related queries answered intelligently by our AI.
- User-Friendly Interface: Navigate effortlessly with our intuitive sidebar and navigation tools.
- Frontend: HTML, CSS, JavaScript, React JS
- Backend: Python (Django)
- Database: Firebase
To set up your local development environment, follow these steps:
# Clone the repository
git clone https://github.com/yourusername/GreenVerse.git
cd GreenVerse
# Setup a Python virtual environment
python -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Activate the virtual environment
source venv/bin/activate
# Run Django server
python manage.py runserver
Want to contribute? Awesome! Follow these steps to contribute:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.
© 2024 GreenVerse, Inc.