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

preview_player
Показать описание
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.

And the complete video course is available here.

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
Рекомендации по теме
Комментарии
Автор

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

dstinn
Автор

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?

craynbox
Автор

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

gltxgcw