Categorygithub.com/electronsz/go-mongo-rest
modulepackage
0.0.0-20191007173856-7ad52f34ab61
Repository: https://github.com/electronsz/go-mongo-rest.git
Documentation: pkg.go.dev

# README

MIT License Go Report Card

RESTful API to manage movies written in Go and uses MongoDB as storage

# Packages

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

# Functions

GET list of movies.
POST a new movie.
DELETE an existing movie.
GET a movie by its ID.
PUT update an existing movie.