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

https://github.com/oprogramador/user-service-golang

An example CRUD app implemented with Golang and MongoDB
https://github.com/oprogramador/user-service-golang

Last synced: 5 months ago
JSON representation

An example CRUD app implemented with Golang and MongoDB

Awesome Lists containing this project

README

          

# user-service-golang

[![MIT License](https://img.shields.io/badge/license-mit-green.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.com/oprogramador/user-service-golang.svg?branch=master)](https://travis-ci.com/oprogramador/user-service-golang)

An example CRUD app implemented with Golang and MongoDB.

Currently, it has only creating, listing and deleting.

## run
run `go run server.go`

## test
run `go test -v ./...`

## license
MIT