
Note that this is a fast, project-based course that expects you to already know how to set up a database and understand REST API concepts.
Install go from golang.org, verify with go version, create a project folder, initialize the module with go mod init your-module-path, and open the project in Visual Studio Code.
Define a todo gorm model in Go with id, title, and completed fields, using JSON and GORM tags, and implement a Fiber context function to access the database.
Build a get-todo-by-id endpoint with Fiber, reading the ID from the request params, querying the database, and returning the todo or a not-found error after wiring the new handler.
Enable CORS in your API to connect a frontend web app, by importing and configuring middleware and applying the appropriate configuration in your Go, Fiber, and Ionic/Angular stack.
Install capacitor http to enable HTTP requests in Ionic, run ionic build to create, then install capacitor and learn get, post, put, delete requests with URL, headers, parameters, and data.
Create a todo form UI inside the home component using Angular reactive forms, including a form group and form builder, with an iron button, grids, and a title input.
If you're tired of long courses and just want to learn basic web development this course is for you. This course was built with the goal of teaching the students how to use Go, Fiber, and Angular. It focuses heavily on designing a backend RESTful Web Service with CRUD functionality that sends data to an Angular Ionic Application. This is an entry-level course that focuses on building and reinforcing some of the techniques used by developers to build a full-stack application.
In this course, we start by learning what tools you need to create a full-stack Before taking this course, it is recommended that you have an understanding of skills such as Javascript, Go, Basic SQL, or ORM development. If not we'll touch on some of those topics early in the course but it is still recommended to have a better understanding.
When going through this course you may come across subjects that you are familiar with as well as those that are completely new to you.
Some of the topics touched upon include
Angular
Ionic
Child Components
HTTP Requests with Fetch
CRUD Methods
Go Programming Language
Fiber
Database Migrations
ORMs
When taking this course, please know that you can take your time because you will get access to support along the way. By the time you finish this course, you should feel comfortable creating a full-stack web application with Angular and Go