URL Shortener in Go
Find a file
2023-04-28 18:24:09 +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 more templating 2023-04-28 18:24:09 +02:00
models add templating and more login logics 2023-04-27 12:34:24 +02:00
views add more templating 2023-04-28 18:24:09 +02:00
web add more templating 2023-04-28 18:24:09 +02:00
.gitignore add gin scaffolding 2023-04-08 12:37:04 +02:00
Dockerfile add views to Dockerfile 2023-04-27 12:35:26 +02:00
go.mod add templating and more login logics 2023-04-27 12:34:24 +02:00
go.sum add templating and more login logics 2023-04-27 12:34:24 +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