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.
https://realpython.com/build-a-python-url-shortener-with-fastapi/
And the complete video course is available here.
https://realpython.com/courses/url-shortener-fastapi/
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
Download
0 formats
No download links available.
Configuring a FastAPI Python Project - The First Steps of URL Shortener App | NatokHD