Express - Mongose
====================================
to use :
- configure .env file change with your mongodb server env
- Run Server node server.js run in port 3002
- swagger url in localhost:3002/api-docs
- for trying just start from post to add data because this using mongose when you post it will automatic generate collection to store the data from your post method
- thank you :)