A Basic Go CRUD API
This CRUD API basically creates, updates, reads and delete a movies array
- No database
- No project structure
- No complex code
This is just a very simple code
To build the code, run
go build
To run the server, run
go run main.go
This CRUD API basically creates, updates, reads and delete a movies array
This is just a very simple code
To build the code, run
go build
To run the server, run
go run main.go