brew tap mongodb/brew
brew install mongodb-community
sudo mkdir -p /System/Volumes/Data/data/db
sudo chown -R `id -un` /System/Volumes/Data/data/db
link: https://www.mongodb.com/try/download/compass
cd backend
npm i
cd frontent
yarn add @craco/craco
npm i
mongod
cd backend
npm run start
cd frontend
npm run start
- Wait for the website to finish loading in
localhost:3000 - Sign up for an account
- Open MongoDB Compass
- Click 'Connect'
- Choose the 'cs889' database
- Click 'users'
- Set
isAdminandisVerifiedtotruefor your account - Click 'Update'
- Reload the website