Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksujit authored Jul 30, 2024
1 parent 6140f89 commit 236b60a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,43 @@ Difficulty reaching new customers beyond local markets. Reliance on middlemen wh

This farmer management system is a two-way platform that facilitates direct interaction and product purchase between consumers and farmers. It aims to minimize the market gap, ensuring fairer prices for farmers and fresher, locally sourced products for consumers.

# HLD Diagram / MVC Architecture of Project:

```
+----------------------------+
| User Interface |
| (Web Browser, Mobile App) |
+------------|---------------+
|
v
+------------|---------------+
| API Gateway |
| (Flask Application) |
+------------|---------------+
|
+-------------------|-------------------+
| | |
v v v
+---------|---------+ +-------|---------+ +-------|---------+
| Product Management| | Order Management| |Resource Management|
+---------|---------+ +-------|---------+ +-------|---------+
| | |
v v v
+---------|---------+ +-------|---------+ +-------|---------+
|Product Database | |Order Database | |Resource Database |
| (PostgreSQL) | | (PostgreSQL) | | (PostgreSQL) |
+---------|---------+ +-------|---------+ +-------|---------+
|
v
+---------|---------+
|User Authentication|
|Database (PostgreSQL)|
+--------------------+
```


# Features

## User Management:
Expand Down

0 comments on commit 236b60a

Please sign in to comment.