Created in January 2022
- Connor Chen - iOS Developer
- Harrison Chin - iOS Developer
- Matthew Chan - Backend Developer
- Patrick Chen - Backend Developer
- Melissa Chen - UI/UX Developer
Big Red Talks is an iOS mobile application that connects Cornell students together in an engaging campus-wide group chat. Cornell students are verified based on their location and cornell.edu email. The frontend was created in Swift using SwiftUI and Firebase. The backend was created in Javascript using Node.js, Express.js, Mongoose, and MongoDB Atlas.
Requirements: XCode version 13 (or higher)
- Clone this repository
- Navigate into the iOS/ directory in a terminal
- Run the command
pod install
- If you do not have CocoaPods installed first run
gem install cocoapods
- If you are getting an error you may have to update CocoaPods by running
gem update cocoapods
- If you do not have CocoaPods installed first run
- Open the iOS/ directory in XCode
- Click the build button and the app should open
- Optionally, you can connect an iPhone to your computer before building to get a copy of the app on a physical device
- Enjoy!