feathersjs-ecosystem / feathers-swagger

Add documentation to your FeatherJS services and feed them to Swagger UI.
MIT License
225 stars 63 forks source link

Sequelize example runnable #73

Closed paul42 closed 7 years ago

paul42 commented 7 years ago

Summary

I think the /examples/sequelize/app.js example is super useful and showcases a ton of stuff, unfortunately I think it needs updating (migrating?) to more recent versions of hooks so it runs out of the box. I'm not certain the best way to fix the authentication issues, since I'm not yet familiar with the hooks ecosystem