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
- Ensure NodeJS is installed (minimum version 12.14.1).
- Install Expo CLI (minimum version 4.3.2) using the command
npm install -g expo-cli. - Check NPM version (minimum 6.13.4) with
npm -v. - Set up an emulator or have a physical device with the Expo Android app installed.
- If using Yarn, run
yarn install; else, runnpm install. - To install dependencies, use
npm start. - 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.