Categorygithub.com/LeandroVCastro/applying-manager-api
module
0.0.0-20240531203616-923e3de7e896
Repository: https://github.com/leandrovcastro/applying-manager-api.git
Documentation: pkg.go.dev

# README

Applying Manager Api - Golang

Welcome to applying manager

Built on Golang gORM Atlas Go

Handling migrations

Creating migrations

atlas migrate diff my_migration_name --env gorm

Running migrations

# First go to atlagosdk directory
cd atlasgosdk
# Then run main.go file
go run main.go

Running unit tests

Go to root folder and run

make test_unit

# Packages

No description provided by the author