From ec42456d31bde4de507db0885c9d20f24f8e444a Mon Sep 17 00:00:00 2001 From: Mugundh J B Date: Sat, 5 Oct 2024 19:26:52 +0530 Subject: [PATCH 1/2] Resolve deployment in render --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f4a2835..e553813a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

AgroTech AI

- +
From 4f5ff73edd388ae9bc313ad3008c1c32fc684f83 Mon Sep 17 00:00:00 2001 From: Mugundh J B Date: Sat, 5 Oct 2024 19:37:31 +0530 Subject: [PATCH 2/2] Added how to setup and run backend flask server in local --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e553813a..2b8b897f 100644 --- a/README.md +++ b/README.md @@ -87,13 +87,19 @@ Make sure you follow our contributing guidlines:- [here](https://github.com/Ram 1. **Fork this repository** 🍴 and clone it to your local machine: ```bash git clone https://github.com/manikumarreddyu/AgroTech-AI.git -2. **Install dependencies 🧩:** +2. **Install the required Python packages for Flask backend 🐍:** + ```bash + pip install -r requirements.txt +3. **Start the Flask server ⚡:** + ```bash + python app.py +4. **Install the dependencies for React frontend 🧩:** ```bash npm install -3. **Run the development server ⚡:** +5. **Run the development server ⚡:** ```bash npm run dev -4. Open your browser at `http://localhost:3000` to see the project running! 🌟 +6. Open your browser at `http://localhost:3000` to see the project running! 🌟