Experimental web app for couples to track their most important milestones.
It's important to create an environment file at /src/environment called environment.ts which
should contain the following information:
export const environment = {
backendUrl: "https://api.backend.de"
};