
MVC application to explore, manage recipes and chefs - built with Express, Nunjucks, and Postgres
Foodfy is a platform designed to enhance culinary skills, allowing users to cook, explore, and manage recipes. With features like exploring recipes, creating accounts to manage recipes and chefs, and multi-language support, Foodfy aims to provide a comprehensive experience for users at various skill levels.
Foodfy is a platform geared towards culinary enthusiasts, offering features like recipe exploration, chef management, and multi-language support. By providing a user-friendly interface and versatile functionalities, Foodfy aims to elevate the cooking experience for its users.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.