bookshop-go
A simple book store API in need of input validation/sanitization.
This is a part of the University of Wyoming's Secure Software Design Course (Spring 2023). This is the base repository to be forked and updated for various assignments. Alternative language versions are available in:
Versioning
bookshop-go is buit with:
- go version go1.19.3 darwin/arm64
Usage
Start the api using go run main.go.
I recommend using httpie for testing of HTTP endpoints on the terminal. Tutorials are available elsewhere online, and you're free to use whatever tools you deem appropriate for testing your code.