Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 478 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 478 Bytes

Go API Development

This project is a simple example of API development in Go, focusing on group URL routing, basic authentication, and implementing basic GET and POST endpoints.

Getting Started

Prerequisites

Make sure you have Go installed on your machine. You can download it from https://golang.org/dl/.

Installing Dependencies

go get -u github.com/gin-gonic/gin

Running the Application

go run main.go