The Link Shortener API converts long URLs into short, manageable links for easy sharing. First basic application using C# Web API and Angular together.
To test this simple app, all you need is Docker, which will set up both the PostgreSQL database and the API.
docker compose up -d

