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!
In this post we show you how to deploy your Flask and MongoDB app for free to Render.com and MongoDB Atlas.
Query string arguments allow clients to send us extra data in the URL. Learn how to access query string arguments in a plain Flask route and in a Flask-Smorest API.
We've finally published our latest course: FastAPI for Beginners. It's a free course to help you get started with FastAPI.
Learn how to create JWTs for authentication using either Flask or pure Python (for use in FastAPI and other frameworks).