Fresh from Farms to Your Doorstep πΏ
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.
- π PHP 8.3
- π’οΈ MySQL
- π Apache Web Server
π Important: Before running the project, make sure to:
-
Clone the repository:
git clone https://github.com/your-username/freshcery.git cd freshcery -
Copy the
.env.examplefile and configure environment variables:cp .env.example .env
Update the
.envfile with your database credentials and other environment-specific settings. -
Install PHP dependencies using Composer:
composer install
-
Set up your local web server:
- Use Apache with PHP enabled.
- Point the document root to the appropriate folder (e.g.,
public/orpayment_system/).
-
Import the database:
You may import the database by viewing the db.txt from the `assets/` folder
- Implementing a locate location feature
- Add a track order feature