A fun way to find recipes based on ingredients you have at home (Or just get some randomly shuffled ones).
- SvelteKit - A framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing.
- tailwindcss - A utility-first CSS framework for rapid UI development.
- daisyui - A component library for Tailwind CSS.
- Express - Fast, unopinionated, minimalist web framework for Node.js
- PostgreSQL - The World's Most Advanced Open Source Relational Database.
- Drizzle - A simple ORM for Node.js.
git clone https://github.com/paulbgtr/recipify
cd recipify
npm i
You will need an API key from Spoonacular to use this app. Once you have one, create a .env
file in the /apps/frontend
of the project and write there the following:
PUBLIC_SPOONACULAR_API_KEY=<your key> > .env
After that, just run the project by typing
npm run dev
MIT