Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 661 Bytes

File metadata and controls

25 lines (18 loc) · 661 Bytes

Project goals

  • Learn Go(LINK) with the best practices;
  • Made my first Rest API with Echo(Link).
And Improve my github profile 💖

Why Go?

Because it is one of the most performant languages, it is widely used in microservices that need agility.

Why Echo?

Because it is a high-performance, extensible and minimalist web framework, which will help bring maximum performance to our application.

Tech's

Name Version
Golang 1.18.3
Echo 3.7.2

How to test that?

  • Clone this project to your workspace with:
git clone https://github.com/igorjcqs/Go-Rest-API