This project involves creating a basic URL shortener using Go. The purpose is to convert lengthy URLs into shorter links.
A clear example of using the clean architecture pattern
- go 1.23.0
- docker & docker-compose
Create .env file in root directory and add following values:
GIN_MODE=debug
HTTP_PORT=8000
PG_URL=postgres://user:pass@postgres:5432/linkShortener
Use make run
run app with migrations
📜 This project is licensed under the MIT License.