This is a repository for our capstone project, using React Native, React, Node, Express, and MongoDB.
Visit Our Website: ridefleet.ca
Final Presentation Slides: Slides
Final Poster: Poster
KanBan Board: KanBan
Documentation: Documentation
MVP 3 VLOG: MVP 3 Video
MVP 4 VLOG: MVP 4 Video
Commercial: Commercial
Video Demo: Video Demo
Lofi Prototype: LoFi
HiFi Prototype: HiFi
- The application usage is designed to be self guiding.
- Backend: Deployed on any Node.JS capable server.
- Website: Deployed to any React capable server.
- Mobile App: Deployed to Appstore and Playstore for download, temporily downloaded via Expo.
- Application deployments require NPM, and React Native on your local machine.
# 1. Navigate to the backend folder
cd backend-app
# 2. Install dependencies
npm install
# 3. Start the development server
npm run start:dev# 1. Navigate to the web app folder
cd web-app
# 2. Install dependencies
npm install
# 3. Start the development server
npm start# 1. Navigate to the mobile app folder
cd mobile-app
# 2. Install dependencies
npm install
# 3. Start the Expo development server
npx expo start