Skip to content

Commit

Permalink
Merge pull request #2 from CEGRcode/README
Browse files Browse the repository at this point in the history
Update backend/README.md with additional information to the documentation
  • Loading branch information
owlang authored Jun 17, 2021
2 parents d6fbe6d + c8802dd commit 9e67e42
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This is a node app that serves as a REST API backend to plotter. Built using `ex

**MacOS installation instructions**

- Install xcode-select to install brew

```
xcode-select --install
```

- _Setting up mongoDB using [homebrew](https://brew.sh/)_

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

- Might need to export the dbpath

```
export PATH="$PATH:/usr/local/mongodb/bin”
```

- To start your mongodb server

```
Expand Down

0 comments on commit 9e67e42

Please sign in to comment.