Logo Lanfrica

Marco6792/cm-logistics-mobile-app

Domain:

mobility

Record type:

software
Creator:
Mar
Host:
Cameroon Logistics Mobile App - Driver dispatch and tracking app for ChopQuick logistics Open source order managemenr, geolocation tracking & navigation app for Fleetbase drivers & agents. fleetbase.io | @fleetbase_io | Discord > ## Table of Contents - About - Prerequisites - Installation - Configure Environment - Running in Simulator - Run the app in iOS Simulator - Run the app in Android Simulator - Navigation using Mapbox - Documentation - Roadmap ### About Fleetbase Navigator is an open source navigation and order management app for drivers and agents using Fleetbase. This app is fully customizable and supports QR code scanning, digital signatures, photos, and routing and navigation for agents. Drivers will be able to update activity to orders on the run as they complete job. Navigator app now includes fuel report and issue management and creation. Enable seamless communication with built in chat with operations personnel and customers. ### Prerequisites - Yarn or NPM - React Native CLI - Xcode 12+ - Android Studio ### Installation Installation and setup is fairly quick, all you need is your Fleetbase API Key, and a few commands and your app will be up and running in minutes. Follow the directions below to get started. Run the commands below; first clone the project, use npm or yarn to install the dependencies, then run `npx pod-install` to install the iOS dependencies. Lastly, create a `.env` file to configure the app. ``` git clone git@github.com:fleetbase/navigator-app.git cd navigator-app yarn yarn pod:install touch .env ``` ### Configure Environment Below is the steps needed to configure the environment. The first part covers collecting your required API keys. 1. Get your API Keys; 2. **If you don't have a Fleetbase account already** proceed to the Fleetbase Console and click "Create an account", complete the registration form and you will be taken to the console. 3. Once you're in the Fleetbase console select the "Developers" button in the top navigation. Next, select API Keys from the menu in the Developers …

Licenses