Golang Personal Finance REST API [1] - Server Setup

Опубликовано: 13 Январь 2025
на канале: Kelvin Mai
702
31

Join me as I create a full stack Personal Finance application starting with a golang REST API as the backend

------
Links

Source - https://github.com/kelvin-mai/go-reac...

------
Social Links

LinkedIn -   / kelvin-mai-461756152  
Twitter -   / kelvinmai  
Website - https://kelvinmai.io

------
Chapters

00:00 - Introduction
00:23 - Project Setup
02:40 - Setup http routing with Fiber
03:53 - Setup postgres database with docker and sqlx
06:35 - Refactor project structure
13:32 - Refactor and setup routing