Montana-Quiz-Site - (https://montanaquiz.netlify.app/)
md \data\db
"C:\Program Files\MongoDB\Server\5.0\bin\mongod.exe"
"C:\Program Files\MongoDB\Server\5.0\bin\mongo.exe"
use admin
db.createUser({user:"root",pwd:"pass",roles:["root"]})
db.shutdownServer()
exit
"C:\Program Files\MongoDB\Server\5.0\bin\mongod.exe" --auth
Navigate the first to the Client folder and the second to the Server folder and install packages in both windows with...
npm install
npm start