Skip to content

Introductory workshop to learn how use AI to create OpenAPI specs and building APIs spec first with Golang

License

Notifications You must be signed in to change notification settings

lucianoscarpaci/oapi-ai-gen-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build an API in Go using Copilot and CodeGen

This is a workshop built for ShellHacks 2025

Setup

We recommend using Go 1.24.2 or higher

Clone this repo, start in the base branch, and install dependencies

git clone https://github.com/jarangutan/oapi-ai-gen-workshop.git
cd oapi-ai-gen-workshop
git checkout base
go mod tidy

Run sample

go mod tidy

## on Mac/Linux, you can use the make commands found in Makefile
## make run
go run cmd/api/main.go

About

Introductory workshop to learn how use AI to create OpenAPI specs and building APIs spec first with Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.7%
  • Makefile 5.3%