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
- Host: GitHub
- URL: https://github.com/ahmatfauzy/agro-future
- Owner: ahmatfauzy
- Created: 2025-06-05T06:17:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-13T07:12:58.000Z (11 months ago)
- Last Synced: 2026-02-24T00:02:07.377Z (3 months ago)
- Topics: axios, flask, python, python-dotenv
- Language: HTML
- Homepage: https://agrofuture.vercel.app
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```