AgroCare is a full-stack web application. It leverages React.js for the frontend and Spring Boot for the backend.
The source code has been provided for download. Please download all the necessary files before proceeding.
- Navigate to
server/
. - Create a
.env
file. - Copy all the lines from
.env.example
file. - Paste the copied lines into the
.env
file and configure the settings as required.
To install node packages:
cd client
npm install
To run the node server:
npm start
Method 1: Run directly
cd server
./mvnw spring-boot:run
Method 2: Run by creating JAR File
cd server
./mvnw clean package
java -jar target/agrocare-0.0.1-SNAPSHOT.jar
Method 3: Run on Debian/Ubuntu Based Distro
- Install Maven:
sudo apt-get install maven
- Run Spring Boot:
cd server
mvn spring-boot:run
Register | # |
---|---|
![]() |
![]() |
Dashboard | Crop Module |
---|---|
![]() |
![]() |
Dynamic Form Modal | View Modal |
---|---|
![]() |
![]() |
Header | Profile |
---|---|
![]() |
![]() |