Build your first REST API with FastAPI
Get started with FastAPI by building a time-tracking API, including database connectivity, Pydantic models, GET and POST requests, and more!
Get started with FastAPI by building a time-tracking API, including database connectivity, Pydantic models, GET and POST requests, and more!
Add tests to your Python code with pytest. Let me show you how to write simple, effective tests!
In this post we show you how to deploy your Flask and MongoDB app for free to Render.com and MongoDB Atlas.
When you add login, signup, or other features with Flask-Security-Too, you get some unstyled plain HTML pages. Learn how to customise and style them in this article.
Requiring user confirmation via email is traditionally not a simple thing to do. Flask extension Flask-Security-Too makes it much simpler.