Avi Pro Mobile is an app designed to facilitate the tracking of collectors within a poultry company that previously utilizes the Avi Pro+ management system. A mobile solution tailored to streamline collector management processes.
Avi Pro Mobile is an extension of Avi Pro+, a desktop system used for accounting and management of poultry companies. The mobile application is designed to digitize the management of outstanding invoice collections from clients, providing an efficient tool that is connected with its desktop version.
This project is part of an integrated solution divided into three repositories:
- AviPro-Mobile-APP: Mobile application.
- AviPro-Mobile-API: Dedicated backend, implemented with Express and Docker.
- AviPro-Dashboard: A web dashboard project for managing licenses and synchronization between the desktop and mobile systems.
To run the mobile application with Expo, follow these steps:
- Install Node.js: Node.js
- Install Expo CLI: Open your terminal and run:
npm install -g expo-cli
Clone this repository to your local machine:
git clone https://github.com/WilliamCallao/AviPro-Mobile-APP.git
cd AviPro-Mobile-APP
Install the necessary dependencies:
npm install
Before running the application, make sure to configure the config.js
file with the backend domain:
// config.js
export const API_URL = "http://your-backend-domain.com";
Start the application with Expo:
npx expo start
This will open a browser window where you can scan a QR code with the Expo Go app on your mobile device to see the application in action.
This project is licensed under the MIT License. For more details, see the LICENSE file.