An open API service indexing awesome lists of open source software.

https://github.com/fulgurcode/farm-direct-mobile

Farm Direct is an online marketplace connecting farmers and customers. Farmers can sell fresh, organic produce directly, while customers enjoy easy access to high-quality, locally-sourced goods. Supporting sustainability and transparency, Farm Direct empowers farmers and promotes healthy, eco-conscious living.
https://github.com/fulgurcode/farm-direct-mobile

Last synced: about 2 months ago
JSON representation

Farm Direct is an online marketplace connecting farmers and customers. Farmers can sell fresh, organic produce directly, while customers enjoy easy access to high-quality, locally-sourced goods. Supporting sustainability and transparency, Farm Direct empowers farmers and promotes healthy, eco-conscious living.

Awesome Lists containing this project

README

        

# Farm Direct

Farm Direct is an online marketplace connecting farmers and customers. Farmers can sell fresh, organic produce directly, while customers enjoy easy access to high-quality, locally-sourced goods. Supporting sustainability and transparency, Farm Direct empowers farmers and promotes healthy, eco-conscious living.

## Features
- **Fresh Produce**: Vegetables, fruits, dairy, and more.
- **Transparent Sourcing**: Know where your food comes from.
- **Easy Shopping**: User-friendly interface for smooth browsing and checkout.

## Technologies
- React
- Capacitor
- Ionic

## How to Run Locally
1. Clone this repository:
```bash
git clone https://github.com/FulgurCode/farm-direct-mobile.git
```
2. Install dependencies
```bash
npm install -g @ionic/cli @capacitor/cli
npm i
```
3. Build and Run

to run in android
```bash
ionic build
npx cap sync
npx cap open android
```
for live reload in android
```bash
ionic cap run android --livereload --external
```
to run in browser
```bash
ionic serve
```