DormDash - Campus food delivery by students, for students
DormDash addresses the lack of direct delivery services to student dorms and the inability to pay with Commodore Cash (CC) for food delivery. For students living in Vanderbilt dorms who want to order from restaurants like Taco Mama, DormDash enables peer-to-peer delivery directly to dorm rooms while supporting Commodore Cash payments.
DormDash focuses on direct delivery services between Vanderbilt students. Initially targeting Vanderbilt's campus and surrounding Taste of Nashville (ToN) restaurants (40+ restaurants and 31 residential colleges), with future expansion plans to other campuses. The main goal is to foster a community of Peer2Peer deliveries, where students on campus can get convenient deliveries at their favorite campus card restaurants.
- 🍽️ Restaurant Browsing: Browse all 40+ Taste of Nashville restaurants
- 🛒 Order Placement: Place orders with accurate menu information
- 💳 Commodore Cash Integration: Pay using Vanderbilt's Commodore Cash system
- 🚴 Peer Delivery: Student-to-student delivery system
- 🔍 Real-time Tracking: Track delivery status in real-time
- ⭐ Rating System: Rate both deliverers and restaurants
- React Native with Expo: Cross-platform mobile development
- TypeScript: Type-safe code
- AsyncStorage: Local data persistence
- Firebase Auth: User authentication
- Firebase Firestore: Cloud database (with local fallback)
- Express.js: RESTful API backend
- MySQL: Relational database for structured data
- JSON Web Tokens: Secure authentication
- Local Express.js (v14+)
- npm or yarn
- Expo CLI
- iOS Simulator or Android Emulator (for mobile testing)
- Install Xcode with the latest iOS simulator
- XCode > Settings > Components > Ensure latest iOS version is installed
- Run the following commands:
npm install
npx expo prebuild --clean
npx expo run:ios- Install Android Studio: https://developer.android.com/studio
- Configure environment variables:
# Add to ~/.zshrc or ~/.bash_profile
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/platform-tools- Reload your terminal:
source ~/.zshrc # or source ~/.bash_profile- Run the app:
npm install
npx expo prebuild --clean
npx expo run:android- Install the Expo Go app on the App or Google Play Store
- After running
npx expo prebuild --clean, you can runnpx expo start --clear --tunnelto get a tunneled and secure build running - Press 's' to switch to development mode, and scan the QR code. Then click on 'Open with Expo Go' to get started.
dormdash/
├── app/ # Main application code
│ ├── context/ # React Context providers (Auth, Order, Payment)
│ ├── services/ # API and backend services
│ └── (tabs)/ # Main app tabs (Home, Deliver, Orders, Profile)
├── components/ # Reusable UI components
├── assets/ # Images and static resources
├── data/ # Local data files
└── server/ # Backend Express.js server
Contact dormdash.vu@gmail.com for any questions!
This project is licensed under the MIT License