Added mongo starts scripts.

This commit is contained in:
Harrison Deng 2022-04-05 12:11:06 -05:00
parent b447dcd985
commit 0b42dde699
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
mongod --dbpath ./server/mongo-data

View File

@ -0,0 +1,3 @@
#!/bin/bash
mongod --dbpath ./server/mongo-data