An open API service indexing awesome lists of open source software.

https://github.com/siddhesh-agarwal/go-movies-crud-test


https://github.com/siddhesh-agarwal/go-movies-crud-test

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Movies CRUD

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).

## Setup and Execution

```
git clone https://github.com/Siddhesh-Agarwal/go-movies-crud-test/
cd ./go-movies-crud-test/
go build
```

Run the executable that is generated.