Add mongoose

$ feathers generate service
   ? What kind of service is it? Mongoose
   ? What is the name of the service? posts
   ? Which path should the service be registered on? /posts
   ? Does the service require authentication? Yes        

Update your mongo db url at the config file

git add .
git commit -m "Generate posts service"

Last updated

Was this helpful?