Bootcamp game catalog Setup asdf install yarn install cp .env.sample .env Put your Mongo Database URL in the .env file. Launch yarn dev Populate DB yarn populate-db Destroy DB yarn destroy-db Tests yarn test Linter yarn lint