GSoC coding week 11 with SCoRe Lab

Abhatnagar
SCoRe Lab
Published in
1 min readAug 19, 2020

This week was one of those weeks where I learnt a lot. This week I decided to prepare the flask server for deployment and I had to learn about that, I made the app.yaml and used to gunicorn package and fixed further dependencies that were unstable made changes in the whole application to make it deloyable like fixing the configs also I had to learn how to integrate sphinx into labellab. I also added some helpful commands to the whole application like flask clean to remove unnecessary files like .pycaches and other unimportant files and flask url to show all the endpoints of the application and flask deploy to migrate database to latest revision.

--

--