Configuring a FastAPI Python Project - The First Steps of URL Shortener App

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • This is the beginning of a full step-by-step course on building a URL Shortener with FastAPI and Python. The video includes setting up the environment, starting the FastAPI app, creating and managing environment variables. BUT, it is only the first 24 minutes of a complete course.
    You can access the complete written tutorial here.
    realpython.com...
    And the complete video course is available here.
    realpython.com...
    The complete course covers:
    Running a development web server with Uvicorn
    Modeling an SQLite database
    Investigating the auto-generated API documentation
    Interacting with the database with CRUD actions
    Optimizing your app by refactoring your code

Комментарии • 3

  • @d3stinn3
    @d3stinn3 2 года назад

    I was lost until I saw the tree directory! Knowledge is power.

  • @craynbox
    @craynbox Год назад

    mine does not have the be bpython. when i tried to import the get_setting. plus it gives an error that "The 'from' keyword is not supported in this version of the language." please how do i fix this?

  • @尹梓龙
    @尹梓龙 2 года назад +2

    great tutorial thanks, but I would recommend working more closely with IDEs. pycharm for eg is how python works in the real world