Open comments for this post
Fought with dokploy not wanting to start my container after I changed the swagger docs a little. Dokploy now does what it needs to do for deployment and my docs are up to date!
(Image of me fighting dokploy)
Open comments for this post
Added a get team route. MVP is now ready!
Open comments for this post
Just finished a get_club function! You can now parse a club with the api!
Open comments for this post
Found the secret already existing not documented and very not easily readable api! I inplemented better api endpoints and better responses that are better documented. Glad I found this, this will speed up development so much!
Open comments for this post
Yipiee I updated all models and the database connector, everything works now. Test runs where OK. So I can move on!
Open comments for this post
Omd just learned some SQLalchemy it’s amazing. Made my first ever database mapped class, other then django models. Hopefully this works when I finish all other classes.
(Gif of me looking at my sqlachemy class)
Open comments for this post
Finished a search query function. You can now search the volleyscores web page. Next i’m working on unittests.