This repo will contain various example apps in golang. It can vary from folder to folder
This repo contains a simple go auth server created with fiber framework and uses docker to setup the database. Can wait video here
- cd fiber-auth
- docker compose up -d
- go run .