Simple URL shortening service built with Go and PostgreSQL
git clone https://github.com/mrzlkvvv/URLShortener.git && cd ./URLShortener/cp ./config/example.env ./config/.env # and edit themmake up-prod # Production mode (URLShortener + PostgreSQL)make up-dev # Development mode (URLShortener + PostgreSQL + pgAdmin)