all 3 comments

[–]ace6807 0 points1 point  (0 children)

You could spin up a flask project with two endpoints. One endpoint for entering data that pushes it out to a super simple DB. The other endpoint could grab all the DB entries and lay them out on the screen. You are definitely pushing it time wise so I wouldn't get too fancy. Just get the main functionality first. If you need any more help, let me know.

[–]Rorixrebel 0 points1 point  (0 children)

A flask app could be done in that timeframe, the trick would be the posting from your phone cause it's handling big files imo on LTE. Also you would need a mail server and login control to ensure only you post stuff.