Skip to content

olomadev/olobase-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

olobase-go

Go backend tutorial

Installing Go

apt update
apt install golang -y
go version

Installing Dependencies

chmod +x scripts/tools.sh
sh tools.sh

Start App

go run cmd/main.go

http://127.0.0.1:3000/api/auth/token

Swagger

swag init --generalInfo cmd/main.go --output docs

About

Go backend tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published