Stack Exchange network consists of 177 Q&A communities including Stack Overflow, the largest, most trusted online co

Simple CRUD web application / code for recording daily data and predictions, eg weight, or stocks

submited by
Style Pass
2021-06-24 23:00:06

Stack Exchange network consists of 177 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Software Recommendations Stack Exchange is a question and answer site for people seeking specific software recommendations. It only takes a minute to sign up.

I could build this from scratch but I feel it's so 'common' a request that surely something exists that can take care of this.

I'd like a web app (preferably in python, but whatever) that I can record daily measurements - eg if weight loss, daily weight/BMI, as well as a prediction. Or a stock forecast on Tuesday for Friday, and then a measurement on Friday.

So my presumption - if coding, would be setting up a CRUD application with python/flash, with a user that can create, update and delete data from a database, and have it displayed with graphs on a website.

Leave a Comment
Related Posts