Part 6: Testing REST APIs
Howdy! In the previous Part of the series, we learned how to perform
password reset in our REST API.
In this ...
For further actions, you may consider blocking this person and/or reporting abuse
Hello, i like your article. Wish you make about implementation flask to microservices with docker or kubernetes :)
btw keep doing, good work
Thank you for the suggestion.
Something similar is in the making π
that's great, can't wait:)
Thank you for this article. I've enjoyed typing along.
This is a perfect skeleton for an API I'm working on.
Would you say that the authentication and security of this setup is production ready?
Thanks again
This article was intended for teaching people how to build Rest API with Flask.
I wouldn't say this is production ready because there are some unhandled exceptions,
that I skipped for the simplicity of the series.
You've got errors in your final versions of your test files:
Thank you so much for pointing that out. π
I have updated the article to fix it.
Welcome!
Do you have any tips on testing with mock JSON files, instead of using the database?
Thank you for this. Really helpful! How would you go about deploying this?
I am glad that this helped you.
Heroku should be an easy way to deploy this.
Amazing series. Congratulations.
Is there something about front-end as well?
Thank you for this awesome tutorial series. Thanks again.
Thank you for this series!
Hi,
How can I add set ENV_FILE_LOCATION = ./.env in docker for this project ?
Hey, thanks for making these tutorials they are great for starting with Flask APIs :)
I read your series of articles 0-6, They help me a lot. Thank You!