Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosaerick/ai-vegetarian-recipes
AI generated vegetarian recipes! you can share it! Built with Node.js, MongoDB, Vite, React, TailwindCSS and OpenAI API(ChatGPT)
https://github.com/rosaerick/ai-vegetarian-recipes
ai chatgpt chatgpt-api mongodb nodejs openai openai-api react vegetarian vegetarian-dishes vite
Last synced: about 15 hours ago
JSON representation
AI generated vegetarian recipes! you can share it! Built with Node.js, MongoDB, Vite, React, TailwindCSS and OpenAI API(ChatGPT)
- Host: GitHub
- URL: https://github.com/rosaerick/ai-vegetarian-recipes
- Owner: RosaErick
- Created: 2023-01-22T04:06:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T11:09:55.000Z (8 months ago)
- Last Synced: 2024-07-30T17:33:21.938Z (4 months ago)
- Topics: ai, chatgpt, chatgpt-api, mongodb, nodejs, openai, openai-api, react, vegetarian, vegetarian-dishes, vite
- Language: JavaScript
- Homepage: https://aivegetarianrecipes.netlify.app/
- Size: 157 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Vegetarian Recipe
Vegetarian recipe generator using OpenAI API. Create recipes with one or more ingredients and share it in the app or as you like.This is a fullstack app built with Vite, React, TailwindCSS, Node.js, Express, MongoDB, and OpenAI API. The app is deployed on Netlify and Render.
This app was built for practice and learning purposes.
![AI-Vegetarian-Recipe-Generator](https://user-images.githubusercontent.com/49876146/213962759-75773db2-c229-46bb-8762-b23ad94b2341.png)
![AI-Vegetarian-Recipe-Generator (1)](https://user-images.githubusercontent.com/49876146/213962769-39a27a6e-db3f-43a2-9935-f505cd63fd46.png)
## Installationin client and server folder:
```bash
npm install
```## Usage
client:
```bash
npm run dev
```server:
```bash
npm start
```## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.## License
[MIT](https://choosealicense.com/licenses/mit/)