Inspiration
since moving out and living on my own, ive had to start cooking for myself
What it does
recipe generator, either get random, enter ingredients to see what you can make, AI random recipe
How we built it
Using spring boot for the backend, i exposed rest api to get recipe in/out puts, and optional AI random generator
Using databases h2 and jpa to keep store recipe and ingredients
Used open ai to get radom generation, optional but still runs without it
Used react(vite) for the front end, have simple ui for user input and recipes recommendations, sends user inputs via rest api calls
Challenges we ran into
implementing A.I, could not figure it out so had to use A.I to try and fix the A.I
Accomplishments that we're proud of
made a simple prototype that with input can recommend a recipe, or get a random recipe from those in the DB
What we learned
it is hard to make a full app with 2 people, but learned a lot, most importantly i using github and git pushes, that was pretty cool, tried a A.I api for the first time that kept crashing, implemented wilmer logo that he made into the project was cool
What's next for GoodEats App
make it into an app and make own simple A.I model instead of using API keys
Log in or sign up for Devpost to join the conversation.