ljones140 / simple_go_api

Just a simple API for my own practing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Go Api

A place to practice and experiment with my Go.

First Task

Write a POST /object_storage that returns

Post body

{ "name": "name" }

Response status 201

{ "id": "uuid", "name": "name" }

About

Just a simple API for my own practing


Languages

Language:Go 72.3%Language:Dockerfile 27.7%