This repository contains the code files for a CRUD API in Golang
- You should have Go installed in your system.
- create a new directory named "Go-movies-CRUD-API"
mkdir Go-movies-CRUD-API
- Open the diretory in your code editor
- write the go code as written in this repository.