Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What software to use?
#4
I used Django for the backend because it has built-in database management and makes it easy to create RESTful APIs. For the frontend, I went with React. MySQL was my choice for the database, as it’s reliable and scales well.

In my case, the CSV upload and cleaning process needed automation, so Django's model architecture helped with that. I also set up API endpoints for easy communication between the frontend and backend.

I also wondered how to create software from scratch, especially when you're used to working with spreadsheets. The trick is to break down the process into smaller tasks—data handling, business logic, and user interface.
Reply


Messages In This Thread
What software to use? - by pickledrick - Jun-01-2023, 08:24 PM
RE: What software to use? - by jefsummers - Jun-02-2023, 11:43 AM
RE: What software to use? - by pickledrick - Jun-02-2023, 12:04 PM
RE: What software to use? - by mojobadshah - Apr-24-2024, 09:28 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020