This application helps individuals by providing plant care assistance using Google's Gemini Pro models for vision and text analysis.
Client Github Repo : https://github.com/dfordp/aarkid-client (Next.js Client Under Development)
- Plant-Specific Task Management
- Lifecycle Tracking
- In-App Health Monitoring
- AI-Powered Chat Support
- Cloudinary
- Multer
- Nodemon
- Mongoose
- Mongodb
- Express.js
- Google Generative AI service
- Clone the repository
git clone https://github.com/dfordp/aarkid-api.git
- Install all the required dependencies
npm i
- Get Enviroment Variables
.env.example
AUTH_SECRET =
CLOUDINARY_API_KEY =
CLOUDINARY_API_SECRET =
CLOUDINARY_CLOUD_NAME =
GEMINI_API_KEY =
MONGODB_URL =
- Create a Pull Request To Start Contributing