hagopj13 / node-express-boilerplate

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
MIT License
7k stars 2.05k forks source link

can't get swagger #298

Open danielfcastro opened 2 months ago

danielfcastro commented 2 months ago

git clone --depth 1 https://github.com/hagopj13/node-express-boilerplate.git cd node-express-boilerplate npx rimraf ./.git yarn install cp .env.example .env yarn docker:dev

I access http://localhost:3000/v1/docs and get a blank page

douglassllc commented 4 days ago

@danielfcastro you must start the server in dev mode npm run dev