The backend service for the Crop Care project, built using Java and Spring Boot. It provides RESTful APIs for managing equipment, fields, and staff.
- Java
- Spring Boot
- Gradle
- Hibernate
- JPA
- Lombok
- Spring Security
- Clone the repository:
git clone https://github.com/nethmiumaya/Crop-Care-BACKEND.git
- Navigate to the project directory:
cd Crop-Care-BACKEND
- Build the project:
./gradlew build
- Run the application:
./gradlew bootRun
- Equipment
- Monitory Log
- User
- Field
- Crop
- Vehicle
- Staff
For detailed API documentation, please visit our Postman Documentation.
This project is licensed under the MIT License - see the LICENSE file for details.
The frontend application for the Crop Care project, built using React. It provides a user interface for managing equipment, fields, and staff.
-Ajax -Sprong Boot -Gradle
- Clone the repository:
git clone https://github.com/nethmiumaya/Crop-Care-FRONTEND.git
- Navigate to the project directory:
cd Crop-Care-FRONTEND
- Install dependencies:
npm install
- Manage the Crop Care Project.
- User authentication and authorization.
This project is licensed under the MIT License - see the LICENSE file for details.