recipify
A fun way to find recipes based on ingredients you have at home (Or just get some randomly shuffled ones).
Technologies Used
Frontend
- 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.
Backend
- 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.
Usage
Installation
git clone https://github.com/paulbgtr/recipify
cd recipify
npm i
Obtaining an API key
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
Licence
MIT