Add mongoose
You can skip this step if you find in your project this file:
src/mongoose.js
if not, This step is important and do not skip it , even if you don't need posts collection, we need to create at least one mongoose service for feathers cli connect mongoDB and mongoose to our app
Update your mongo db url at the config file
Last updated