Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v10.17.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:11.14.0-alpine
FROM node:10.17.0-alpine

WORKDIR /app

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ This is the repository for an example application that demonstrates the topics c
1. Run `docker-compose -f data-layer.compose.yml up` to start two docker containers. One for MongoDB and one for Kafka.
2. Run `npm start` to start the local server.
3. Run `npm run acceptance` to run a suite of acceptance tests against the local server.

This project was built using NodeJS 10.17.0. Other versions have not been tested. If you run into any issues, try using this version of NodeJS. An `.nvmrc` is included for convenience.