More Premium Hugo Themes Premium React Themes

TaxiApp ReactNative ExpressJs

A taxi booking app with two parts, the driver and the rider part. The rider needs to request a ride and wait for the driver to start the trip if the request is accepted. This app is written in js(ES6) with the react-native framework and firebase as our BAAS(replaced with ExpressJs). You need to d...

TaxiApp ReactNative ExpressJs

A taxi booking app with two parts, the driver and the rider part. The rider needs to request a ride and wait for the driver to start the trip if the request is accepted. This app is written in js(ES6) with the react-native framework and firebase as our BAAS(replaced with ExpressJs). You need to d...

Author Avatar Theme by leaderruvuna
Github Stars Github Stars: 158
Last Commit Last Commit: Feb 16, 2023 -
First Commit Created: Feb 24, 2024 -
TaxiApp ReactNative ExpressJs screenshot

Overview

The taxi booking app’s high-level diagram for system design is discussed, including the client and API architecture. The prerequisites for setting up the system include NodeJS, Expo CLI, NPM, and either an emulator or a physical device with the Expo Android app installed.

Features

  • High-level diagram: Detailed representation of the system’s design.
  • Client and API architecture: Understanding the components involved in the taxi booking app.
  • Prerequisites: NodeJS, Expo CLI, NPM, and an emulator or physical device.
  • Available Scripts: Commands for installing dependencies and starting the Expo server.

Installation

  1. Ensure NodeJS is installed (minimum version 12.14.1).
  2. Install Expo CLI (minimum version 4.3.2) using the command npm install -g expo-cli.
  3. Check NPM version (minimum 6.13.4) with npm -v.
  4. Set up an emulator or have a physical device with the Expo Android app installed.
  5. If using Yarn, run yarn install; else, run npm install.
  6. To install dependencies, use npm start.
  7. Start the Expo server with the command npm start.

Summary

The analysis provides an overview of a taxi booking app’s system design, emphasizing key features such as the high-level diagram, client and API architecture, prerequisites for installation, and available scripts for setting up the system. The detailed installation guide ensures that users can seamlessly configure the app on their machines.