Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamtejasmane/crud-api-golang
Movies server - CRUD operations using Golang
https://github.com/iamtejasmane/crud-api-golang
crud go-crud golang
Last synced: about 2 months ago
JSON representation
Movies server - CRUD operations using Golang
- Host: GitHub
- URL: https://github.com/iamtejasmane/crud-api-golang
- Owner: iamtejasmane
- Created: 2022-11-03T10:31:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T12:37:26.000Z (about 2 years ago)
- Last Synced: 2024-06-19T23:05:08.085Z (7 months ago)
- Topics: crud, go-crud, golang
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movies CRUD API Server
This is a movie server built to perform the CRUD options in Golang.## Feature
- Get the list of all Movies
- Update the movie using ID
- Delete a movie using ID
- Create a Movie## Packages used
- fmt
- net/http
- log
- strcov
- math/rand
## Non native package - Gorilla Mux
`go get github.com/gorilla/mux`### Test application using POSTMAN