Skip to content

Hamedblue1381/cat-fact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-microservice

Go Report Card

go-microservice is a minimal and lightweight template for building microservices using Go. This repository serves as a starting point for developers looking to create efficient and scalable microservices with Go.

Table of Contents

Requirements

  • Go 1.16 or later

Installation

  1. Clone the repository:

    git clone https://github.com/Hamedblue1381/go-microservice
    cd go-microservice
    ```
    
  2. Install the required Go dependencies:

    go mod tidy
    ```
    

Usage

  1. Run the microservice:

    go run main.go
    ```
    
  2. The microservice will start on the default port (8080). You can change the port in the main.go file.

  3. Use a tool like Postman or curl to send HTTP requests to the microservice and test its functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published