{"id":26851713,"url":"https://github.com/hum2a/culinairy","last_synced_at":"2026-04-08T18:31:04.058Z","repository":{"id":283726798,"uuid":"907439112","full_name":"Hum2a/CulinAIry","owner":"Hum2a","description":"CulinAIry is an AI-powered recipe generator and meal planning application. It helps users discover new recipes based on available ingredients and dietary preferences, and create personalized meal plans.","archived":false,"fork":false,"pushed_at":"2025-04-11T16:49:12.000Z","size":2745,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T04:03:51.843Z","etag":null,"topics":["css","firebase","firebase-auth","firestore-database","nodejs","openai-api","psql-database","react","render","tailwindcss"],"latest_commit_sha":null,"homepage":"https://culinairy-239n.onrender.com","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hum2a.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-23T15:27:01.000Z","updated_at":"2025-04-11T16:49:15.000Z","dependencies_parsed_at":"2025-06-09T04:03:54.522Z","dependency_job_id":"1b185cb3-db61-4e43-a7c4-5895f6222820","html_url":"https://github.com/Hum2a/CulinAIry","commit_stats":null,"previous_names":["hum2a/culinairy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hum2a/CulinAIry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hum2a%2FCulinAIry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hum2a%2FCulinAIry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hum2a%2FCulinAIry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hum2a%2FCulinAIry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hum2a","download_url":"https://codeload.github.com/Hum2a/CulinAIry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hum2a%2FCulinAIry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31568570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","firebase","firebase-auth","firestore-database","nodejs","openai-api","psql-database","react","render","tailwindcss"],"created_at":"2025-03-30T22:33:16.534Z","updated_at":"2026-04-08T18:31:04.040Z","avatar_url":"https://github.com/Hum2a.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CulinAIry\n\nCulinAIry is an AI-powered recipe generator and meal planning application. It helps users discover new recipes based on available ingredients and dietary preferences, and create personalized meal plans.\n\n## Features\n\n- **Recipe Generation**: Generate recipes using ingredients you have on hand\n- **Personalized Meal Plans**: Create weekly meal plans based on your preferences\n- **Save Favorites**: Store your favorite recipes for future reference\n- **User Authentication**: Secure login with Firebase authentication\n- **Responsive Design**: Works on desktop and mobile devices\n\n## Tech Stack\n\n### Frontend\n- React.js\n- React Router for navigation\n- Material UI components\n- TailwindCSS for styling\n- Firebase Auth for authentication\n- Axios for API requests\n\n### Backend\n- Node.js and Express\n- OpenAI GPT-4 for recipe generation\n- Firebase Admin SDK\n- PostgreSQL database\n\n## Project Structure\n\n```\n├── client/              # React frontend\n│   ├── src/\n│   │   ├── components/  # Reusable UI components\n│   │   ├── context/     # React context providers\n│   │   ├── pages/       # Page components\n│   │   ├── styles/      # CSS and styling files\n│   │   └── utils/       # Utility functions\n│   ├── public/          # Static assets\n│   └── package.json     # Frontend dependencies\n│\n└── server/              # Node.js backend\n    ├── src/\n    │   ├── controllers/ # API request handlers\n    │   ├── routes/      # API endpoints\n    │   ├── firebase/    # Firebase configuration\n    │   └── configs/     # Configuration files\n    ├── server.js        # Main server file\n    └── package.json     # Backend dependencies\n```\n\n## Getting Started\n\n### Prerequisites\n- Node.js (v14 or higher)\n- npm or yarn\n- Firebase account\n- OpenAI API key\n- PostgreSQL database\n\n### Installation\n\n1. Clone the repository\n```bash\ngit clone https://github.com/yourusername/CulinAIry.git\ncd CulinAIry\n```\n\n2. Install backend dependencies\n```bash\ncd server\nnpm install\n```\n\n3. Create a `.env` file in the server directory with your configuration:\n```\nPORT=5000\nOPENAI_API_KEY=your_openai_api_key\nDATABASE_URL=your_postgres_connection_string\n```\n\n4. Install frontend dependencies\n```bash\ncd ../client\nnpm install\n```\n\n5. Create a `.env` file in the client directory:\n```\nREACT_APP_API_URL=http://localhost:5000/api\nREACT_APP_FIREBASE_API_KEY=your_firebase_api_key\nREACT_APP_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain\nREACT_APP_FIREBASE_PROJECT_ID=your_firebase_project_id\nREACT_APP_FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket\nREACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id\nREACT_APP_FIREBASE_APP_ID=your_firebase_app_id\n```\n\n### Running the Application\n\n1. Start the backend server\n```bash\ncd server\nnpm run dev\n```\n\n2. Start the frontend development server\n```bash\ncd client\nnpm start\n```\n\n3. Access the application at `http://localhost:3000`\n\n## API Endpoints\n\n- `POST /api/recipes/generate` - Generate a recipe based on ingredients\n- `GET /api/recipes/saved/:uid` - Get saved recipes for a user\n- `POST /api/meal-planner/generate` - Generate a meal plan\n\n## Future Enhancements\n\n- Recipe sharing functionality\n- Nutritional information for recipes\n- Advanced dietary restriction filtering\n- Shopping list generation from meal plans\n- Mobile app version\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhum2a%2Fculinairy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhum2a%2Fculinairy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhum2a%2Fculinairy/lists"}