A simple CRUD API for movies made with Golang and gorilla/mux
(for routing), gorm.io/gorm
(for persistence via ORM), log/slog
(for file-based logging) and patrickmn/go-cache
(for cache).
git clone https://github.com/Siddhesh-Agarwal/go-movies-crud-test/
cd ./go-movies-crud-test/
go build
Run the executable that is generated.