Closed hadan24 closed 3 weeks ago
Set up trunk
and yew
. trunk
doesn't work w/ reqwest::blocking
so that's commented out for now
Learn to get json and print from request in async manner
trunk
doesn't seem to work with reqwest::blocking
(StackOverflow here) or tokio
(issue here)
Got ahead of myself by looking at frontend when I didn't have a server up. Undid the changes and will start work on building a simple server
axum
server and card pools set up
Next is getting random cards from the pools
Can now (inefficiently) get 3 random cards and return them as a response
now to refactor a lil for efficiency and ease of building upon
Efficiency was less of an issue that expected, just simplified Cardpool interface
This task was effectively finished as of the Oct 12 comment
Get (3) random cards and display them in the browser