Foodmate is a meal planning and recipe browsing web app that helps users discover recipes based on their preferences, dietary needs, and available ingredients. Built with Node.js, MongoDB, and Materialize CSS, it supports JWT authentication and third-party API integration.
Run the Project Using Docker
docker build -t foodmate-app .
docker run -p 3000:3000 foodmate-app
Home Page: http://localhost:3000 Student API Endpoint: http://localhost:3000/api/student { "name": "Ritika Sharma", "studentId": "224686664" }