I am more of a beginner front-end developer and am trying to build an app that needs more backend capabilities with databases.
I have been reading this article which the author states that there are two open source projects (1 and 2) on GitHub in which they both contain a number of python scripts used for fetching data on laws, bills, etc.
What steps should I take to to build an app that was somehow able to display this data which is constantly being updated.
Thank you!
3
“What steps should I take to to build an app that was somehow able to display this data which is constantly being updated.” I hate to break it to you, but we are also not your personal tutorial-writing or system design service. Can you elaborate on what a good response for this question would be, aside from someone effectively designing and writing the entire solution for you? Questions here are expected to contain a minimal reproducible example that shows some attempt on your part at meeting the requirements on your own before posting here in accordance with How to Ask.
If you truly don’t know where to start, Stack Overflow isn’t for you at this juncture – you should be seeking out some more foundational-level material regarding system design and back-end architecture, as well as introductory-level materials on the relevant languages/database technologies you’ve selected to implement such a system – these will be fundamentally necessary for your understanding in how to actually create something like this without Stack Overflow spoon-feeding you the entire solution.
@esqew Thank you for helping me be a better person on Stack Overflow! I’ll look into some of your tips and close the question!