package
0.0.0-20240819025913-99897370c055
Repository: https://github.com/tanmaykhot/go-projects.git
Documentation: pkg.go.dev

# README

Built a CRUD API using GoLang to manage movies database

To run the code

Clone the repository and then run the following commands

go mod init main
go get github.com/gorilla/mux
go run main.go

# Structs

No description provided by the author
No description provided by the author