diff --git a/README.md b/README.md new file mode 100644 index 0000000..19fd66c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# mongo-gridfs-test + +Let's see how MongoDB GridFS works + +Note: quick MongoDB command is `docker run --rm -p 27017:27017 -ti mongo:3.4.1`