jairoevaristo / golang-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener API in Golang

This project aims to create an API that serves to shorten links

The user sends a url parameter in the request body with the url they wish to shorten to the http://localhost:3333/short-link endpoint

Running the project

go run cmd/main.go

or

make run

About


Languages

Language:Go 98.0%Language:Makefile 2.0%