Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaMohanty08 authored Oct 20, 2024
2 parents 233f09b + 7152f57 commit 1e7acf7
Show file tree
Hide file tree
Showing 18 changed files with 2,443 additions and 3,579 deletions.
22 changes: 22 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ Thank you for your interest in contributing to **AmbuFlow**! We’re excited to

---

## How to run the project:

1. Go to Backend folder and run command:
```bash
npm install
```

2. Make mongodb database.

3. Go to server.js file and give your mongodb connection URL.

4. Run command:
```bash
node server.js
```

5. Split terminal and go to index.html and open it with live server.

6. make sure that both Backend and index.html file run togethere.

---

## 🚀 Getting Started

1. **Fork the repo:**
Expand Down
Loading

0 comments on commit 1e7acf7

Please sign in to comment.