Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 2.02 KB

README.md

File metadata and controls

63 lines (41 loc) · 2.02 KB

Automated Milk Procurement System

Designed for milk collection centers, it facilitates efficient milk collection by handling tasks such as data entry, storage, and management to ensure a smooth and reliable collection process.

Milk Collection Group 1

System Diagram

Amps Diagram

Data Model

Amps Diagram

Features

  • User-friendly Interface: Easy-to-use interface for milk collection center operators.
  • Automated Collection Logging: Records milk volume, quality, and time of collection.
  • Data Management: Stores milk collection data securely with streamlined access.
  • Real-time Updates: Syncs collection data, ensuring accurate and timely information.
  • Reporting: Generates reports for milk quantity, quality, and collection trends.

Installation

  1. Clone the Repository:

    git clone https://github.com/balaji-sivasakthi/amps
    cd amps
  2. Install Dependencies: Use Yarn to install necessary dependencies:

    yarn install
  3. Start the App: Run the app in the Expo Go app on a physical device or simulator:

    expo start

Usage

  1. Launch the App on your device or simulator using Expo.
  2. Log in to the milk collection system or create a new account.
  3. Start Collecting: Input milk data, including volume and quality metrics.
  4. Sync Data: Data automatically syncs with the server (if connected).
  5. Generate Reports as needed for tracking and analysis.

Technologies Used

  • React Native: For building cross-platform mobile applications.
  • Expo: Simplified setup and management of the app.
  • Yarn: For package management.