You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#install mongo in macOS
brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb-community
# run servercd Server
npm i
node index
# run clientcd Client
npm i
npm run start