Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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