https://github.com/web-dev-codi/food-delivery-service-app
Berlin, Germany food delivery app mock up
https://github.com/web-dev-codi/food-delivery-service-app
app express food-delivery git mern-stack mongodb mongoose reactjs school-project tailwindcss vitejs
Last synced: about 1 year ago
JSON representation
Berlin, Germany food delivery app mock up
- Host: GitHub
- URL: https://github.com/web-dev-codi/food-delivery-service-app
- Owner: Web-Dev-Codi
- License: mit
- Created: 2025-01-29T09:31:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T13:49:36.000Z (about 1 year ago)
- Last Synced: 2025-04-15T23:13:19.198Z (about 1 year ago)
- Topics: app, express, food-delivery, git, mern-stack, mongodb, mongoose, reactjs, school-project, tailwindcss, vitejs
- Language: JavaScript
- Homepage:
- Size: 29.6 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Four Flavors Express
###### Welcome to Four Flavors Express, your go-to food delivery platform that brings the best flavors from your favorite restaurants straight to your doorstep. Whether youβre craving local street food, gourmet dishes, or international cuisine, weβve got you covered.
###### π Website
###### Watch Demo: [Demo](https://drive.google.com/file/d/1b_ZirKRo9iAmrkRqNXs8_AtI6kHvCfd_/view?usp=sharing)
###### Visit us at: [Four Flavors Express](https://fourflavoursexpress.onrender.com/)
## π± About Four Flavors Express
###### Four Flavors Express is designed to provide a seamless food ordering experience. We partner with a wide range of restaurants, ensuring you have access to diverse menus and delicious meals, all delivered fast and fresh.
### Key Features
###### β
Easy Restaurant Browsing
###### β
Real-Time Order Tracking
###### β
Secure Online Payments
###### β
Personalized Recommendations
###### β
Scheduled Deliveries
## π¦ Project Structure
This project follows a **full-stack architecture** with a **React frontend** and a **Node.js/Express backend**.
##### **Four-Flavors-Express**
```bash
βββ backend/ # Backend (API, Database, Business Logic)
β βββ config/ # Database connection, environment variables
β βββ controllers/ # Business logic & request handling
β βββ models/ # Database models (Mongoose/Sequelize)
β βββ routes/ # API routes (endpoints)
β βββ middlewares/ # Authentication, error handling, etc.
β βββ utils/ # Helper functions (e.g., email service, etc.)
β βββ app.js # Main Express app
β βββ server.js # Server entry point
β
βββ frontend/ # Frontend (User Interface)
β βββ public/ # Static assets (images, icons, etc.)
β βββ src/ # Main React source files
β β βββ assets/ # Images, fonts, etc.
β β βββ components/ # Reusable UI components
β β βββ pages/ # Pages (Home, Menu, Cart, Profile, etc.)
β β βββ services/ # API calls (Axios/Fetch)
β β βββ context/ # Global State (Context API)
β β βββ App.jsx # Main App Component
β β βββ main.jsx # React entry point
β β βββ styles/ # CSS/SCSS files
β βββ index.html # Main HTML template
β βββ vite.config.js # Vite Configuration (if using Vite)
β
β
βββ docs/
β βββ README.md # Documentation, screenshots, API specs
β
βββ .env # Environment variables
βββ .gitignore # Files to ignore in git
βββ README.md # Project README file
βββ package.json # Project metadata (combined if monorepo)
βββ LICENSE # License file
βββ yarn.lock / package-lock.json # Dependency lock file
```
## π Project Structure Explanation
| Folder/File | Purpose |
|---------------|----------------------------------------------------|
| `backend/` | Houses all server-side logic (API, DB, authentication). |
| `frontend/` | Contains all client-side code (React UI). |
| `mobile/` | Optional - for mobile app development. |
| `docs/` | Contains diagrams, API documentation, and internal documentation. |
| `.env` | Stores environment variables like DB URI and API keys. |
| `README.md` | Provides an overview of the project. |
| `package.json`| Lists dependencies and scripts. |
| `.gitignore` | Specifies files and directories to be ignored by git. |
### π Installation
###### If you want to run the app locally for development, follow these steps:
1. ###### Clone the repository:
```
git clone https://github.com/Web-Dev-Codi/Food-Delivery-Service-App
```
2. ###### Navigate to the project directory:
```
cd Food-Delivery-Service-App
```
3. install dependencies:
```
npm install
```
4. Start the development server
```
npm run dev
```
## ποΈ Tech Stack
| Component | Technology |
|-----------------|--------------------|
| Frontend | React / Next.js |
| Backend | Node.js / Express |
| Database | MongoDB
| Payment Gateway | Stripe |
| Deployment | Render |
---
## π¦ Features Under Development
- π Loyalty Rewards Program
- π¬ In-App Chat with Restaurants
- πΈ Multi-Order Discounts
- π Dark Mode for Night-Time Browsing
---
## π Team Members
### π Ashwini Bheemireddy
##### Responsibilities:
- Frontend development using React and Tailwind CSS.
- Designed logo, color scheme, and overall branding.
- [LinkedIn](https://www.linkedin.com/in/ashwini2127/)
### π Brian Cordisco
##### Responsibilities:
- Managed GitHub repository and resolved merge conflicts.
- Contributed to frontend and backend integration.
- π§ [Email](webdevcodi@gmail.com)
### π₯ Tabassum Khan
##### Responsibilities:
- Team coordinator for backend-frontend development.
- Worked on authentication, order management, and payment integration.
- [LinkedIn](https://www.linkedin.com/in/tabassum-khan-3688602b7/)
### β‘ Tuanthong Vaidyanond
##### Responsibilities:
- Specialized in UI/UX design for responsive interfaces.
- Optimized typography, forms, and navigation for better user interaction.
- [LinkedIn](https://www.linkedin.com/in/tuanthong-vaidyanond-6789782b2/?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app)