Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 374 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 374 Bytes

movie-crud

This is go lang backend application in which user can perform CRUD operations on movie object.

Requirements

  • Go Language
  • Text editor

How to run

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

Demo link