Skip to content

jarangutan/oapi-ai-gen-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors