Skip to content

Commit

Permalink
Merge pull request #106 from J-B-Mugundh/main
Browse files Browse the repository at this point in the history
Deployed Backend in Render and Updated README.md for Local Setup
  • Loading branch information
manikumarreddyu authored Oct 5, 2024
2 parents b1f1909 + 4f5ff73 commit 73b9278
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a id="top"></a>
<div style="display:none;" align="center">
<h1><font size="10"> AgroTech AI </font></h1>

<!-- repo intro -->

</div>
Expand Down Expand Up @@ -174,13 +174,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 73b9278

Please sign in to comment.