Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MerwinAamir1 authored Sep 16, 2024
1 parent b4c9587 commit 8dbb30f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,23 @@ Run the following command in your command line:

After that you specify ```black filename.py``` in the terminal and black automatically formats your code.
If you want to format the whole directory, you can run ```black ./VitalTrackServer``` in the VitalTrack Directory

## MongoDB Connection Setup

To connect to MongoDB for this project, follow these steps:

### 1. Install Required Python Packages

Ensure you have Python installed. Then, install the project dependencies using the `requirements.txt` file:

```bash
pip install -r requirements.txt
```

### Setting Up Environment Variables

1. Copy the `example.env` file to `.env`:

```bash
cp example.env .env

0 comments on commit 8dbb30f

Please sign in to comment.