FiddlersCode / leopold

A virtual agent for my violin playing!
1 stars 0 forks source link

Fix local dev #65

Closed FiddlersCode closed 4 years ago

FiddlersCode commented 4 years ago

Currently npm run dev errors because the Mongo Docker container is not running. Fix this.

FiddlersCode commented 4 years ago

Should probably make the application less brittle about what sort of Mongo it expects

FiddlersCode commented 4 years ago

Issue was in fact that the local Mongo instance (not the container) had errored out. brew services restart mongodb-community fixed the problem.