URL Shortener in Go
Find a file
2023-04-27 10:37:42 +02:00
.woodpecker add dockerfile and CI pipeline 2023-04-25 21:44:47 +02:00
cmd/go-urlsh ad database logic and models 2023-04-25 18:43:01 +02:00
examples ad database logic and models 2023-04-25 18:43:01 +02:00
internal add login method and api endpoint 2023-04-27 10:37:42 +02:00
models add login method and api endpoint 2023-04-27 10:37:42 +02:00
web add index file to web 2023-04-25 21:46:49 +02:00
.gitignore add gin scaffolding 2023-04-08 12:37:04 +02:00
Dockerfile add dockerfile and CI pipeline 2023-04-25 21:44:47 +02:00
go.mod ad database logic and models 2023-04-25 18:43:01 +02:00
go.sum ad database logic and models 2023-04-25 18:43:01 +02:00
LICENSE Initial commit 2023-04-08 09:40:10 +00:00
main.go replace gin with fiber and add db stuff 2023-04-24 07:52:54 +02:00
README.md Initial commit 2023-04-08 09:40:10 +00:00

go-urlsh

URL Shortener in Go