Nodejs Express GraphQL JsonWebToken Mongoose
npm install
npm run dev
visit http://localhost:4000/api to check Apollo Studio.
Install Xcode Command-Line Tools
xcode-select --install
Install Homebrew
brew update
brew tap mongodb/brew
brew install mongodb-community@5.0
start MongoDB
brew services start mongodb-community
mongo
switch to database
use notedly
wipe out our entire collection
db.notes.remove({})
db.users.remove({})