Full-stack Food Delivery platform developed using the MERN stack. It offers a seamless and user-friendly experience for both customers and administrators, ensuring efficient management of food orders, menu items, and delivery processes.
- Admin Panel - https://fooddelivery-admin-ouel.onrender.com
- Client Panel - https://fooddelivery-frontend-szy1.onrender.com
- npm create vite@latest client-side/admin-panel
- Choose
reactas the framework andjavascriptas the type checker - cd client-side/admin-panel
- npm install
- npm install -D tailwindcss postcss autoprefixer
- npm run dev
- Setup environment variables
- Setup frontend-middleware-backend connection
- Full-stack Web app (Client, Admin and Middleware)
- User Authentication and Authorization with JWT
- Database setup using MongoDB
- Cart management
- Image upload using Multer
- Payment gateway intergated with Stripe
- Deployed and managed via Render
