Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 220 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 220 Bytes

Run

#install mongo in macOS
brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb-community

# run server
cd Server
npm i
node index

# run client
cd Client
npm i
npm run start