Skip to content
/ spectra Public template

An API template for Golang designed to integrate with the Speactr React Native Template. Provides a quick setup for backend development across mobile and web applications.

License

Notifications You must be signed in to change notification settings

lazzerbeamstudios/spectra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API

Brew

commands

brew update
brew upgrade
brew install act
brew install git
brew install k3d
brew install helm
brew install argocd
brew install opentofu
brew install ariga/tap/atlas
brew install google-cloud-sdk

ASDF

install

asdf install golang 1.23.3

Go

commands

go run api.go --env=[env] --server=[server]

go build
go run api-go --env=[env] --server=[server]

go get -u
go mod download
go mod tidy

Atlas

commands

atlas schema inspect --env [env]
atlas migrate status --env [env]
atlas migrate diff --env [env]
atlas migrate apply --env [env]

ENT

commands

go run entgo.io/ent/cmd/ent new [name]

go generate ./ent

About

An API template for Golang designed to integrate with the Speactr React Native Template. Provides a quick setup for backend development across mobile and web applications.

Topics

Resources

License

Stars

Watchers

Forks