madhums / node-express-mongoose-demo

A simple demo app using node and mongodb for beginners (with docker)
https://nodejs-express-demo.fly.dev
MIT License
5.12k stars 1.38k forks source link

Add Optic for documentation #375

Open ukmadlz opened 3 years ago

ukmadlz commented 3 years ago

Hi @madhums,

I really like this demo, I really like how it clearly shows an interactive app that someone can use as a boilerplate for an Express app they are building. I've referenced this in the past when searching for Mongoose with Express examples.

I thought it'd be great to add Optic as a way to automate the collection of API endpoint documentation, I've gone ahead and added the middleware and the pointers in the README. I've set it to only run in non-production setups with minimal hassle and to not get in the way of the users flow if they don't want to use the CLI.

Thanks, Mike