Quest

Enhancing the FastAPI Server

STATUS Past
TOTAL REWARDS
$1,600
REWARD AMOUNT
$2
STARTS (GMT +08:00)
ENDS (GMT +08:00)

Learning Outcomes

Upon completing your learning, you will be able to:

  • Create a fully functional API server
  • Integrate SQLAlchemy with your API
  • Use Postman to test your API

Quest Details

Introduction

Previously, you learnt how to create routes or endpoints in FastAPI for users to create, read, update and delete data on your server.

You will now learn how to integrate a database into the application using SQLAlchemy with FastAPI, allowing users to interact with the database through the API server. This means that the create, read, update, and delete operations in your server can now be directly linked to a database, storing or retrieving data as needed. SQLAlchemy's Object-Relational Mapping (ORM) feature is particularly useful; it lets you define your database models as Python classes, making it more intuitive to work with data.

Deliverables

This quest has 1 deliverable.

  1. Screenshot

This quest is part of a campaign so do check out other quests!


Help Center Need help?

Find articles to support you through your journey or chat with our support team.

Help Center