Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

sazarkin/golang-rest-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang REST API bootstrap project

Build and run

Required docker, git

Clone this repository

git clone https://github.com/sazarkin/golang-rest-api-example.git && cd golang-rest-api-example

Build docker image

docker build -t github.com/sazarkin/golang-rest-api-example .

Run docker container

docker run --rm -p 8080:8080 github.com/sazarkin/golang-rest-api-example

Test endpoint

http -v :8080/pokemon/charizard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published