This day I made some small changes and a spectacular improvement.
I integrated half of the statistics calculation of DEV Analytics to the Flask backend.
In addition, now you can pass from the UI your API Key and it will retrieve all the available statistics in a few secs and you'll get the data dumped on the screen.
For tomorrow, I have no big plans, I just want to finish the backend with the rest of the statistics.
Top comments (3)
Hi, Thanks for Dev Analytics. I am developing Flask app. But when I deploy I am getting error share.qainsights.com/8Lun9PRB. It is not getting deployed. Any insights will be helpful for me :). Thanks in advance. 🙏
Hi, thanks for your comment.
I was following this tutorial:
digitalocean.com/community/tutoria...
There was one thing I had to change though, I had to remove
pkg-resources
fromrequiremens.txt
.So now you also have the source code:
github.com/sandordargo/dev-analyti...
Thanks Sandor. I was able to figure it out after spending couple of hours :) I installed waitress and exposed the port. 🙏