1. Model endpoints : means that if you create the model according to regulation , then rest-hapi will help you to create the endpoints automatic
2. Standalone endpoints: if you add api file to your 'api' directory then rest-hapi will help you to create the endpoints automatic too
3. Additional endpoints: if you add 'routeOptions.extraEndpoints ' array to your model then rest-hapi will help you to create the endpoints automatic too
summary of rest-hapi 's Configuration key points: 1.modelPath(defalut:models) 2.apiPath(defalut:api) 3.URI(defalut:mongodb://localhost/rest_hapi) 4.config.logRoutes(replace it with true) 5.config.swaggerHost(use your api host)