Skip to content

sharoika/Capstone

Repository files navigation

Capstone

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

Usage Guide

  • 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.

Running the Backend Locally

# 1. Navigate to the backend folder
cd backend-app
# 2. Install dependencies
npm install
# 3. Start the development server
npm run start:dev

Running the Website (Frontend) Locally

# 1. Navigate to the web app folder
cd web-app
# 2. Install dependencies
npm install
# 3. Start the development server
npm start

Running the Mobile App Locally

# 1. Navigate to the mobile app folder
cd mobile-app
# 2. Install dependencies
npm install
# 3. Start the Expo development server
npx expo start

About

This is a repository for our capstone project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors