Skip to main content
Version: 2.8.x(Latest)

In this chapter, we completed a registration interface using GoFrame. We initially got in touch with GoFrame and learned the following:

  • Installing database drivers;
  • Using gf gen dao to generate data models;
  • Interacting with the database using dao calling GoFrame ORM;
  • Writing api files and using gf gen ctrl to generate controllers;
  • The Controller layer calls the Logic layer to complete business logic;
  • Interface parameter validation and i18n.