Skip to content

Olajcodes/AgroUSSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

USSD Digital Marketplace

A Python-based USSD-like digital marketplace simulation where Farmers and Buyers can register, log in, and manage their profiles. Data is stored in lightweight JSON files (database/farmer.json, database/buyer.json) for persistence.

Features

  1. Farmer Registration and Login
  • Store farm size and primary crop details
  • Profile update support
  1. Buyer Registration & Login
  • Save product of interest

  • Profile update support

  1. Secure Login using phone number + 4-digit PIN

  2. JSON Database

  • Farmers: database/farmer.json

  • Buyers: database/buyer.json

  1. USSD-like Console Menus
  • Main menu

  • Registration menu

  • Login & profile management

Project Structure

├── main.py                # Entry point (menus & navigation)
├── models/
│   ├── user.py            # Base User class
│   ├── farmer.py          # Farmer model & methods
│   ├── buyer.py           # Buyer model & methods
├── database/
│   ├── farmer.json        # Farmer data storage
│   ├── buyer.json         # Buyer data storage
└── README.md              # Project documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages