crud-mongodb

command module
v0.0.0-...-caff7f9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2018 License: MIT Imports: 9 Imported by: 0

README

Create a simple CRUD with MongoDB. Build Status Maintainability Test Coverage

Create a contacts app with Golang and MongoDB.

ENDPOINTS

GET /contacts/

Return a list of all contacts

GET /contacts/{id}/

Return a specific contact

POST /contacts/

Create a contact

PUT /contacts/{id}/

Update a contact

DELETE /contacts/{id}/

Remove a contact

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL