diff --git a/sports-matcher/scripts/start_mongo.bat b/sports-matcher/scripts/start_mongo.bat new file mode 100644 index 0000000..5dcea4f --- /dev/null +++ b/sports-matcher/scripts/start_mongo.bat @@ -0,0 +1 @@ +mongod --dbpath ./server/mongo-data \ No newline at end of file diff --git a/sports-matcher/scripts/start_mongo.sh b/sports-matcher/scripts/start_mongo.sh new file mode 100755 index 0000000..0d12fdc --- /dev/null +++ b/sports-matcher/scripts/start_mongo.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +mongod --dbpath ./server/mongo-data \ No newline at end of file