As mentioned before, I'm a C++ backend dev who has to learn Angular for a new project, so I'm having exciting times as after a 2 days training basically I start my journey with this hackathon.
I performed something very basic so far, but I'm glad that it works:
I created a flask backend which replies to whatever request
{"message":"Hello World, this is DEV analytics here!"}
I created an Angular frontend that when a button is clicked, calls the backend and shows the reply on the page.
I know how small these steps are, but I'm very glad that I have something working.
By the end of this week, the BE will be able to provide all data needed by the FE.