Day 6
Set up my first Python server using Flask. This is the first step towards deploying it on the web and have it serve as an API endpoint for my existing swiftUl apps. Then it's an Alamo party complete with a pretty chatbot interface.
Learned a basic way to hide my api key by placing it into a separate py credentials file that would then be added to gitignore file in order not to commit anywhere on the cloud. However, will most likely end up storing the key in a cloud service like Google Cloud Secret Manager.

Comments
Post a Comment