Skip to content

Latest commit

 

History

History
86 lines (69 loc) · 1.76 KB

README.md

File metadata and controls

86 lines (69 loc) · 1.76 KB

CropCare-System

Description

The backend service for the Crop Care project, built using Java and Spring Boot. It provides RESTful APIs for managing equipment, fields, and staff.

Technologies Used

  • Java
  • Spring Boot
  • Gradle
  • Hibernate
  • JPA
  • Lombok
  • Spring Security

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/nethmiumaya/Crop-Care-BACKEND.git
  2. Navigate to the project directory:
    cd Crop-Care-BACKEND
  3. Build the project:
    ./gradlew build
  4. Run the application:
    ./gradlew bootRun

API Endpoints

  • Equipment
  • Monitory Log
  • User
  • Field
  • Crop
  • Vehicle
  • Staff

Crop Care

API Documentation

For detailed API documentation, please visit our Postman Documentation.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Crop Care Frontend

Repository URL(Front End)

Crop Care Frontend

Description

The frontend application for the Crop Care project, built using React. It provides a user interface for managing equipment, fields, and staff.

Technologies Used

-Ajax -Sprong Boot -Gradle

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/nethmiumaya/Crop-Care-FRONTEND.git
  2. Navigate to the project directory:
    cd Crop-Care-FRONTEND
  3. Install dependencies:
    npm install

Features

  • Manage the Crop Care Project.
  • User authentication and authorization.

License

This project is licensed under the MIT License - see the LICENSE file for details.