Skip to content

Commit

Permalink
Small readme tweaks; the demo is only available when cloning the whol…
Browse files Browse the repository at this point in the history
…e project; not from the npm itself.
  • Loading branch information
nathanb committed Nov 24, 2023
1 parent 2b7f2d7 commit 041b490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ app.get('/', (req, res) => {
```

## Run the demo
Build and run the demo from the project root with Node 20 active. This requires [Docker Desktop](https://www.docker.com/products/docker-desktop/) (or skip this step if you have a local MongoDb server available, in which case, you'll want to update the config settings in `app.mts` before this step).
If you [clone the source code](https://github.com/IWSLLC/mongodb-express-session), it includes a simple demo application. Build and run the demo from the project root with Node 20 active. This requires [Docker Desktop](https://www.docker.com/products/docker-desktop/) (or skip this step if you have a local MongoDb server available, in which case, you'll want to update the config settings in `app.mts` before this step).

```bash
# boots up the mongo db (this doesn't map data volume so it will lose everything when it shuts down)
Expand Down

0 comments on commit 041b490

Please sign in to comment.