URL Shortener Backend, built with Golang with Fiber
Go to file
devfxx e0e9f61f90 feat: Add URL validation for submitted URLs 2024-07-16 08:03:41 +03:00
.dockerignore Initial commit. 2024-07-16 05:51:13 +03:00
.env.example chore: Removed BASE_URL from .env.example to match API changes 2024-07-16 07:05:18 +03:00
.gitignore Initial commit. 2024-07-16 05:51:13 +03:00
Dockerfile Initial commit. 2024-07-16 05:51:13 +03:00
README.md Initial commit. 2024-07-16 05:51:13 +03:00
docker-compose.redis.yml Initial commit. 2024-07-16 05:51:13 +03:00
docker-compose.yml Initial commit. 2024-07-16 05:51:13 +03:00
go.mod chore: Update dependencies in go.mod and go.sum 2024-07-16 08:03:37 +03:00
go.sum chore: Update dependencies in go.mod and go.sum 2024-07-16 08:03:37 +03:00
main.go feat: Add URL validation for submitted URLs 2024-07-16 08:03:41 +03:00

README.md

Shortener Backend

This is the backend for the URL shortener.

Development

export $(grep -v '^#' .env | xargs)

go run .