to start the server run:
build-swagger-and-routes
watch-server
To built swagger and routes run build-swagger-and-routes
All controllers have path like /src/controllers/*.controller.ts
Routes and swagger are in folder `/src/router/
- models for Controllers have path such as
/src/models/*.model.ts - services for Controllers have path such as
/src/services/*.service.ts# PocketGuide