Go workshop for ACM at CSUF.
The slides' source code is in acm-go.slide
. To view the
slides, head to goworkshop.libdb.so.
The bookstore example is in cmd/bookstore
. It contains a
full backend implementation with a REST API and a SQLite database. There's also
a small frontend in the index.html
file.
To run the slides locally, you need to install Go and run the present
tool:
go run golang.org/x/tools/cmd/present --play=true --use_playground
7th weekly workshop (July 28th, 2023) of Hot Open Source Software Summer hackathon series hosted by ACM CSUF Student Chapter's Open Source Software team.