We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ac9ac commit 7de6154Copy full SHA for 7de6154
1 file changed
backend/README.md
@@ -9,6 +9,8 @@ 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 before installing brew
13
+
14
- _Setting up mongoDB using [homebrew](https://brew.sh/)_
15
16
- 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
29
31
mkdir -p ~/Desktop/data/db
30
32
```
33
34
+ - Might neeed to export the dbpath
35
36
+ ```
37
+ export PATH="$PATH:/usr/local/mongodb/bin”
38
39
40
- To start your mongodb server
41
42
0 commit comments