Skip to content

justaskulkarni/AgriSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgriSync


Table of Contents

📝Description

  1. Developed a website enabling seamless coordination and visibility in agricultural value chain, addressing stakeholder access to relevant information, process streamlining, tracking and status updates using React Flow
  2. Streamlined coordination between access levels including requests, quality checks, payments, feedback and reports
  3. Incorporated analytics, providing stakeholders with dashboards for data-driven decision-making using ChartJS

🔗Links

🤖Tech-Stack

Front-end

  • ReactJS

Back-end

  • NodeJS
  • ExpressJS

Database

  • MongoDB

⚒️System Architecture

Homepage Raw Material Sale District Level Procurement Center Micro-Food Processing Mills Central Processing Center Building Blocks Basic Flow

🔮Future Scope

Alt text

🛠Project Setup

Firstly, you will need to clone the repository using the clone link above using the command in terminal in a dedicated folder:

git clone https://github.com/justaskulkarni/AgriSync-JPMC_CFG.git

Then, you will need to install all the node modules which are required for running the client on your machine using the command in terminal for client folder:

npm install

Then, you will need to install all the node modules which are required for running the server on your machine using the command in terminal for server folder:

npm install

In the server folder create a .env file to add environment variables

MONGO_URL = YOUR_MONGO_URL
SECRET = YOUR_JWT_SECRET

💻Usage

In terminal for client folder run

npm start

In terminal for server folder run

npm start

📱Screenshots

Login and Signup Alt text Alt text

  1. Farmer Level Make Commodity Request Alt text
  2. PAC Level Ungraded Request with an option to grade them Alt text Graded Requests at PAC Alt text
  3. MFE Level View all graded requests at PAC with an option to request a product Alt text Processed Products at MFE with an option to return it to PAC Alt text
  4. CPC Level Track status of all requests Alt text View all inhouse finished products Alt text Analytics Alt text
  5. Feedback Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published