uAdmin TutorialsΒΆ
In this section, we will discuss the highlights of each parts in uAdmin.
- uAdmin Tutorial Part 1 - Build A Project
- uAdmin Tutorial Part 2 - Internal vs. External Models
- uAdmin Tutorial Part 3 - Linking Models
- uAdmin Tutorial Part 4 - Register Inlines and Drop Down List
- uAdmin Tutorial Part 5 - Applying uAdmin Tags and m2m
- uAdmin Tutorial Part 6 - Back-end Validation
- uAdmin Tutorial Part 7 - Introduction to API
- uAdmin Tutorial Part 8 - Customizing your API Handler
- uAdmin Tutorial Part 9 - Inserting and Saving the Record
- uAdmin Tutorial Part 10 - Introduction to HTML Template
- uAdmin Tutorial Part 11 - Accessing an HTML file
- uAdmin Tutorial Part 12 - Storing the data to HTML
- uAdmin Tutorial Part 13 - Advanced Security (Part 1)
- uAdmin Tutorial Part 14 - Advanced Security (Part 2)
- uAdmin Tutorial Part 15 - Wrapping Up Your Application
In Part 1 of the tutorial, we will cover about the folder structure of the Todo list from home.
In Part 2, we will discuss about the difference between internal and external models, cropping images in the model and moving a model struct from internal to external file.
In Part 3, we will talk about how to link a model to another model using a foreign key.
In Part 4, we will discuss about register inlines and how to create a drop down list in the field manually. We will also cover overriding save function.
In Part 5, we will talk about applying different uadmin tags and many-to-many relationship (m2m) through our project.
In Part 6, we will discuss on how to apply validation in the back-end.
In Part 7, we will talk about establishing a connection to the API, setting the path name, and getting the todo list data in the API Handler using JSON.
In Part 8, we will discuss about customizing your own API handler such as sorting the record in ascending or descending order, the starting point of execution process start until the assigned limit, and the action you want to perform in your database.
In Part 9, we will talk about inserting the data to the models through the API by using multiple parameters.
In Part 10, we will discuss about designing a table in HTML and setting up a template file.
In Part 11, we will talk about establishing a connection to the HTTP Handler, setting the URL path name, and executing an HTML file.
In Part 12, we will discuss about fetching the records in the API and migrating the data from API to HTML that will display the records using Go template.
In Part 13, we will talk about generating a self-signed SSL certificate using the openssl command and implementing two factor authentication (2FA).
In Part 14, we will discuss about password reset, hash salt, and database encryption.
In Part 15, we will talk about customizing your dashboard and publishing your application for the world to see.