To run:
Install docker desktop
Clone the repo locally
Open a terminal in the root of the repo. There should be a 'docker-compose.yml' file there.
Run 'docker-compose up --build'
The LoginApp will then be available at (http://localhost:5173)
You may need to add .env files to /be and /fe. Keeping business critical info private is important.