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

https://github.com/ahmatfauzy/agro-future


https://github.com/ahmatfauzy/agro-future

axios flask python python-dotenv

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Agro Future

Flask application for agricultural technology solutions.

## Installation

### 1. Clone Repository

```bash
git clone https://github.com/ahmatfauzy/agro-future.git
cd agro-future
```

### 2. Create Virtual Environment

```bash
python -m venv .venv
```

### 3. Activate Virtual Environment

**Windows:**
```bash
.venv\Scripts\activate
```

**Linux/Mac:**
```bash
source venv/bin/activate
```

### 4. Install Dependencies

```bash
pip install -r requirements.txt
```

### 5. Run Application

```bash
python app.py
```