Family Food

December 2024

Jamstack Web App

Family Food

About the Project

Family Food is a purpose-built web application designed to provide secure, permanent storage and easy access to our family's recipe collection. The project emerged from our need to maintain control over our recipe data, previously scattered across third-party platforms with varying accessibility restrictions.

The application has a Next.js frontend deployed on Vercel, communicating with a Django backend that's strategically shared with my portfolio infrastructure. This architectural decision optimizes resource utilization on my on-premises server while streamlining maintenance and configuration processes.

What I Learned / Technologies Used

  • Next.js frontent deployed on Vercel; Vercel is so convenient.
  • Django Rest Framework backend deployed on-prem with Gunicorn.