Skip to content

Commit 7de6154

Browse files
committed
Update README.md
Added some steps that may be required
1 parent d8ac9ac commit 7de6154

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

backend/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This is a node app that serves as a REST API backend to plotter. Built using `ex
99

1010
**MacOS installation instructions**
1111

12+
- Install xcode-select before installing brew
13+
1214
- _Setting up mongoDB using [homebrew](https://brew.sh/)_
1315

1416
- Add mongoDB Homebrew Tap
@@ -29,6 +31,12 @@ This is a node app that serves as a REST API backend to plotter. Built using `ex
2931
mkdir -p ~/Desktop/data/db
3032
```
3133

34+
- Might neeed to export the dbpath
35+
36+
```
37+
export PATH="$PATH:/usr/local/mongodb/bin”
38+
```
39+
3240
- To start your mongodb server
3341

3442
```

0 commit comments

Comments
 (0)