Thursday, 5 December 2019

Side Project Question: Personal Finance

Hi everyone,I’m trying to learn Node by building a small personal finance app. I had a few questions about creating such a program, and was hoping to get some direction.What would the stack for such an app look like? I’m considering using a back-end of MySQL to store data that the user enters into a CLI.How could I effectively store and retrieve data? I want to be able to retrieve a list of expenses by month (a different table in the database for each month)

Submitted December 06, 2019 at 03:48AM by HridaySabz

No comments:

Post a Comment