We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6fbe6d + c8802dd commit 9e67e42Copy full SHA for 9e67e42
1 file changed
backend/README.md
@@ -9,6 +9,12 @@ This is a node app that serves as a REST API backend to plotter. Built using `ex
9
10
**MacOS installation instructions**
11
12
+- Install xcode-select to install brew
13
+
14
+ ```
15
+ xcode-select --install
16
17
18
- _Setting up mongoDB using [homebrew](https://brew.sh/)_
19
20
- Add mongoDB Homebrew Tap
@@ -29,6 +35,12 @@ This is a node app that serves as a REST API backend to plotter. Built using `ex
29
35
mkdir -p ~/Desktop/data/db
30
36
```
31
37
38
+ - Might need to export the dbpath
39
40
41
+ export PATH="$PATH:/usr/local/mongodb/bin”
42
43
32
44
- To start your mongodb server
33
45
34
46
0 commit comments