xhsun / golang-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang API

Prerequisites

Make sure you have the version of Go from go.mod installed. Then clone the repository.

Run The Project

Once you have installed the necessary dependencies by following the prerequisites, go to the project root and run:

make run

or

make build
./server

Note: By default, server will run on port 8080 unless a PORT environment variable was defined

About


Languages

Language:Go 77.3%Language:Dockerfile 17.7%Language:Makefile 5.0%