Skip to content

Latest commit

Β 

History

History
63 lines (40 loc) Β· 1.44 KB

File metadata and controls

63 lines (40 loc) Β· 1.44 KB

Freshcery

Fresh from Farms to Your Doorstep 🌿


πŸš€ About the Project

Freshcery is an online platform that connects local farmers directly to customers, ensuring that you receive freshly harvested products right at your doorstep. The platform supports sustainable agriculture and helps promote locally-grown produce.


πŸ› οΈ Technologies Used

  • 🐘 PHP 8.3
  • πŸ›’οΈ MySQL
  • 🌐 Apache Web Server

βš™οΈ Installation & Setup

πŸ“Œ Important: Before running the project, make sure to:

  1. Clone the repository:

    git clone https://github.com/your-username/freshcery.git
    cd freshcery
  2. Copy the .env.example file and configure environment variables:

    cp .env.example .env

    Update the .env file with your database credentials and other environment-specific settings.

  3. Install PHP dependencies using Composer:

    composer install
  4. Set up your local web server:

    • Use Apache with PHP enabled.
    • Point the document root to the appropriate folder (e.g., public/ or payment_system/).
  5. Import the database:

    You may import the database by viewing the db.txt from the `assets/` folder

πŸ’‘ Future Scope

  • Implementing a locate location feature
  • Add a track order feature

πŸ§‘β€πŸŒΎ Made with ❀️ to support local farmers!