Skip to content

Commit

Permalink
Added how to setup and run backend flask server in local
Browse files Browse the repository at this point in the history
  • Loading branch information
J-B-Mugundh authored Oct 5, 2024
1 parent ec42456 commit 4f5ff73
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! 🌟

<!-- Code of conduct -->
<div>
Expand Down

0 comments on commit 4f5ff73

Please sign in to comment.