Member-only story
Learn Golang by building a fintech banking app — Lesson4: User authentication and Bank transfers PART 1
This article was originally published at: https://www.blog.duomly.com/golang-course-with-building-a-fintech-banking-app-lesson-4-user-authentication-and-bank-transactions-part-1
Intro
In Lesson 4 of the Golang course, we will talk about user authentication and banking transactions.
In the previous episodes of the course, we learned how to do migrations:
Golang course with building a fintech banking app — Lesson 1: Start the project
We learned how to do user login:
Golang course with building a fintech banking app — Lesson 2: Login and REST API
And, we learned how to do user registration:
Golang course with building a fintech banking app — Lesson 3: User registration
As well you need to remember about Angular 9 course created by my friend Anna:
Angular Course with building a banking application with Tailwind CSS — Lesson 1: Start the project
Today, we can focus on something crazy interesting, that is one of the main functionality in our project.