Setting Up the URL Shortener
00:00 Setting Up the URL Shortener.
00:05 Now that you’ve prepared your development environment, it’s time to set up your URL shortener app. In this part of the course, you’ll create a FastAPI app with your first API endpoint.
00:17 Once the app is running, you’ll define what your app should be able to do. You’ll model the data schema into a database. And at the end of this step, you’ll be able to shorten a URL and see how your app forwards the URL to the target. Now you know what will be covered in this section, let’s get started by creating the FastAPI app.
Become a Member to join the conversation.