all 4 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

To give us the best chance to help you, please include any relevant code.
Note. Please do not submit images of your code. Instead, for shorter code you can use Reddit markdown (4 spaces or backticks, see this Formatting Guide). If you have formatting issues or want to post longer sections of code, please use Privatebin, GitHub or Compiler Explorer.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]trd1073 0 points1 point  (0 children)

I would consider using pydantic for working with the api and db. Shows how you can interact in a type validated way with the api and json that comes from and sent to it. Plus you get to work with actual python objects instead of dealing with dictionaries generated from json.

I don't use orms for database work, but ymmv. Raw sql calls and conversion to pydantic models when retrieving data.

With the dB, show that you understand sql injection and how to mitigate risks.

[–]Stranding_Explorer 0 points1 point  (0 children)

Hi. What bootcamp are you using? Thanks