Commit Graph

4 Commits

Author SHA1 Message Date
ANormalPerson1
51d6695fec Attempting request.post and request.get_json
Attempting to understand what the various methods do, do to differing documentation on some parts.
To current knowledge, get_json gets a json file from the webserver, whilst post uploads one. On to how to access the uploaded json with html, I will work on.
2019-03-23 10:20:53 +01:00
ANormalPerson1
d938937d48 request.json -> request.get_json()
Apparently, the json method of request is considered deprecated, src https://stackoverflow.com/questions/20001229/how-to-get-posted-json-in-flask
So swallep it out for request.get_json
2019-03-23 09:50:40 +01:00
ANormalPerson1
9677273f55 Attempt at doing json
I fucked up big time. I have attempted to make a custom made chart, while, to my knowledge, one is readily available and more easily incorporated to the website design.
2019-03-21 21:18:05 +01:00
ANormalPerson1
46d788aae3 Started main backend development.
Yeet
2019-03-20 16:20:14 +01:00