I´m not sure if this belongs here, but I would really appreciate your help.
I´m studying business informatics and I´m about to start my masters thesis.
I want to program something with SQL-databases and I was thinking of a desktop application that lets you create your own invoices for your goods/services.
For example, you are a small business that sells all kinds of goods or services and in this application you can do the following:
- create, save and edit your different offerings with prices in the SQL database
- create, save and edit your different customers in the SQL database
- create pdf invoices by selecting the sold goods/services from your database
- automatically calculate taxes on goods/services in said invoices
- save the created invoices in the SQL database
- maybe some other features
I already asked ChatGPT for advice and I was told the best way to develop this project was by using the Electron framework with a SQLite-database. The thing is, I don´t know anything about Electron, I never developed an application with SQL-database and I´m also still kind of a newbie in programming.
So my question is: Is the advice that ChatGPT has given me legit? Would you also recommend using Electron with SQLite? Or would you recommend something different for a student who is not a pro in programming yet?
Sorry for the maybe newbie question, but any help would be appreciated.
………………..
Andy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.