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
- Host: GitHub
- URL: https://github.com/siddhesh-agarwal/go-movies-crud-test
- Owner: Siddhesh-Agarwal
- Created: 2024-12-08T02:48:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T11:05:39.000Z (10 months ago)
- Last Synced: 2025-01-14T05:15:28.805Z (9 months ago)
- Language: Go
- Size: 3.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.