Create a Backend/Webserver to serve the angular application and handle the redirection of the url based on the unique identifier in the url. This Milestone includes creating a connection to the Database.
Frontend
0%
Creating an Angular Frontend that has an input field where the user can input a url, such that it can be processed and returned as a shortened link.
Deploy and configure a Redis database for the storage of identifier -> url (key/value pairs). This should be done with docker and docker networking to be only accessible from the backend.