Categorygithub.com/JesseKoldewijn/go-jereko-api
modulepackage
0.0.0-20240410200152-dd8d15658c7e
Repository: https://github.com/jessekoldewijn/go-jereko-api.git
Documentation: pkg.go.dev

# README

Welcome to Go Jereko Api šŸ‘‹

Go License: MIT

A simple GoLang service using Gin to serve rest endpoints in a efficient way.

Install

You can either use the docker image or you local environment to run the service.

Local

If you're familiar with GoLang's Air cli you can just run mod download and run the service using Air.

go mod download && go run main.go

Docker

You can also run the service using docker.

docker build -t go-jereko-api .
docker run -p 8080:8080 go-jereko-api

Author

šŸ‘¤ Jesse Koldewijn

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2024 Jesse Koldewijn.
This project is MIT licensed.

# Packages

No description provided by the author
No description provided by the author