Skip to content

manishraj27/AGRICONNECT-HUB

Repository files navigation

AgriConnect Hub

AgriConnect Hub is an innovative Agricultural Products Rural Entrepreneurship Management System designed to empower rural communities by bridging the gap between farmers and entrepreneurs. It aims to foster economic growth and sustainability through seamless interactions, secure transactions, and impactful collaboration.

Features

  • Seamless Interactions: Facilitate smooth communication between farmers and entrepreneurs.
  • Secure Transactions: Ensure the security of financial transactions within the platform.
  • Impactful Collaboration: Encourage meaningful partnerships to drive economic growth in rural areas.

Built With

  • Python Django: A high-level web framework for rapid development and clean, pragmatic design.

Getting Started

Follow these steps to set up AgriConnect Hub on your local machine.

Prerequisites

  • Ensure you have Python installed on your system. If not, you can download it from python.org.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/AgriConnect-Hub.git
  2. Navigate to the project:

    cd AgriConnect-Hub
  3. Install the required dependencies:

    pip install -r requirements.txt
    

Database

  1. Make database migrations:
    python manage.py makemigrations
  2. Apply Migration
    python manage.py migrate

Run the application

  1. Start the development server:
    python manage.py runserver

The application will be accessible at http://localhost:8000.

Admin Control

  1. To access the admin panel, create a superuser account:
    python manage.py createsuperuser
    

Prototype link

https://www.figma.com/community/file/1278813536736300386

Screenshot (175)

YouTube

https://youtu.be/87IXQSxAX4Q?si=OARez8dHGEf01sn0

WEBSITE

https://agriconnect-hub.vercel.app/

Contributing

We welcome contributions to enhance AgriConnect Hub. If you find any issues or have suggestions, please open an issue or submit a pull request.

LICENSE

This project is licensed under the MIT License.