Web Application
Campus food, on your schedule. A mobile-first platform simplifying food ordering and pickup for students.
Students and faculty at Purdue Fort Wayne faced significant delays when ordering food during peak hours. Long lines at campus restaurants were inefficient, leading to wasted time between classes and a poor dining experience.
We built DonsEats — a comprehensive, mobile-first ordering platform. It empowers users to strictly browse menus, customize orders, and schedule pickups, effectively allowing them to "skip the line" and pick up food exactly when it's convenient.
Express server setup listening on a configurable PORT.
PORT=5001
FRONTEND_URL=http://localhost:3000
Connecting the React frontend to Firebase Auth & Services.
REACT_APP_FIREBASE_API_KEY="your-api-key"
REACT_APP_FIREBASE_AUTH_DOMAIN="your-auth-domain"
REACT_APP_FIREBASE_PROJECT_ID="your-project-id"
REACT_APP_API_URL=http://localhost:5001