Skip to content

UnipePos/ms-contacts

Repository files navigation

DESCRIPTION

This is a simple project designed to study and improve skills in the GoLang language.

This project is a simple Contact Rest API

End Points

Method Endpoint Description
GET /contacts Gets all contacts
GET /contacts/{id} Get contact search by id
POST /contacts Create an contact from request body
DELETE /contacts/{id} Delete an contact by id

Request Exemple

{
	"name": "Thomas",
	"email": "thomas@teste.com",
	"phone_number": "98888-8888"
}

INSTALLATION

Clone this project.

$ git clone git@github.com:Thomas-Matheus/contacts.git

Install dependencies

$ go install

Compile project

$ go build

Goals

  • Go report A+
  • Code coverage 100%
  • Makefile
  • Docker

GoLang Installation

GoLang Doc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors