Using MongoDB, Express.js and React to create a Raclette Party helper
It's a cheese lover social network You can plan your Raclette Parties, share your thoughts, list cheeses and meats you like, post reviews, etc
Node (obv) brew install nvm
nvm install --lts
MongoDB brew tap mongodb/brew
brew install mongodb-community@4.4
Don't forget to start Mongo mongod --config /usr/local/etc/mongod.conf
Jest for tests
mongodb-memory-server for tests as well
Adding "jest":{ "testEnvironment": "node" },
to package.json in order to have jest work woth mongo