This is go lang backend application in which user can perform CRUD operations on movie object.
- Go Language
- Text editor
Below command will start server on http://localhost:8000/
go run main.go
You can also run via docker image using below command
docker-compose up