Start with CRUDIn this chapter, you will learn more about controller, service and get familiar with dao related operations.Add a controllerCreate your api interfaceCreate a messageInsert record in databaseAdd a middlewareUse middleware to protect your apiRetrieve a messageFind record in databaseUpdate a messageUpdate record in databaseDelete a messageSoft delete and hard delete