fierc3 / poseify

A web application for pose estimation and motion capture data generation form a single video
MIT License
2 stars 0 forks source link

Add BFF for react client #53

Closed fierc3 closed 1 year ago

fierc3 commented 1 year ago

Added BFF for react client. Had to change some folders and names for the project structure to make sense. The secured connection BFF and Core has not been done yet. Will be done in a separate PR, otherwise this PR will get too big.

What this PR allows is the user to login into the BFF via a duende demo server. Login should be session stored.

fierc3 commented 1 year ago

This only solves part of the issue #11 . Once this is on main we should implement the secure connection between BFF and Core, and add a check to userprofile so that web user can only get his own user profile (once logged in).

fierc3 commented 1 year ago

@MadMeister check if this works for you locally as welll