URL Shortener in Go
Find a file
2024-05-09 15:28:04 +02:00
.idea Add minimal working 2fa implementation 2024-05-04 17:06:01 +02:00
.vscode Add minimal working 2fa implementation 2024-05-04 17:06:01 +02:00
.woodpecker Add minimal working 2fa implementation 2024-05-04 17:06:01 +02:00
cmd/go-urlsh rework DB initialization for coming unit tests 2024-05-09 15:28:04 +02:00
examples refactor javascript and fix minor bugs 2023-05-05 15:16:54 +02:00
internal rework DB initialization for coming unit tests 2024-05-09 15:28:04 +02:00
migrations add db migrations 2024-05-06 21:38:51 +02:00
models add db migrations 2024-05-06 21:38:51 +02:00
views add option for user to disable MFA (#6) 2024-05-09 15:02:43 +02:00
web add option for user to disable MFA (#6) 2024-05-09 15:02:43 +02:00
.dockerignore add docker tag deploy pipeline 2023-05-05 09:25:24 +02:00
.gitignore Add minimal working 2fa implementation 2024-05-04 17:06:01 +02:00
CHANGELOG.md update Changelog 2024-05-06 16:09:50 +02:00
Dockerfile update to go1.22 2024-05-06 16:09:12 +02:00
go.mod update to go1.22 2024-05-06 16:09:12 +02:00
go.sum Add minimal working 2fa implementation 2024-05-04 17:06:01 +02:00
LICENSE update license to MIT [CI SKIP] 2023-06-16 11:42:54 +02:00
main.go Add minimal working 2fa implementation 2024-05-04 17:06:01 +02:00
README.md Add minimal working 2fa implementation 2024-05-04 17:06:01 +02:00

go-urlsh

status-badge Please don't upload to GitHub

URL Shortener in Go

Changelog

You can find the Changelog here: Changelog

License

go-urlsh is available under the MIT license. See the LICENSE file for more info.