/gap

An API i'm making to practice my Go skills !

Primary LanguageGoGNU General Public License v3.0GPL-3.0

🤖 Gap - WIP

Gap is a modular REST API with which you can interact to view, add and remove content. It's a project for practicing my Go skills so there's nothing really fancy, just me learning...

📑 Features

You can launch it from the command line and add some arguments.

$ gap -h
Usage: gap [-p PORT | -h]
$ gap -p 8080
Server is running at 'http://localhost:8080'

🔨 Building

🐁 Go

$ go build .

❄️ Nix

$ nix build .#