- Notifications
You must be signed in to change notification settings - Fork32
Sample code for the FastAPI tutorial in the VS Code documentation
License
microsoft/python-sample-vscode-fastapi-tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This sample contains the completed program from the tutorial:FastAPI in Visual Studio Code. Immediate steps are not included.
GitHub Codespaces provides cloud-powered development environments that work how and where you want it to. To learn how to set up a GitHub Codespace for this repository, check thedocumentation.
Once you open this repository in GitHub Codespaces, you can pressF5 to start the debugger and run the application.
Once it's ready, you will see a notification with a buttonOpen in the Browser
. Clicking the button will open your application on the browser. You can then add/docs
to the end of the URL to access the Swagger UI and interact with the application!
There are diffent ways you can run this app locally in VS Code depending on your operating system. To get started, first clone this project on your machine and then open it in VS Code (File >Open Folder...).
To run this app locally in VS Code on Windows, you can use eitherWSL (Windows Subsystem for Linux) orDocker.
- Make sure you haveDocker installed
- Install theDev Containers extension
- Open the Command Palette in VS Code (View >Command Palette...) and run the "Dev Container: Reopen in Container" command.
- PressF5 to debug your application!
- Make sure you haveWSL installed
- Install theWSL extension for VS Code
- Open the Command Palette in VS Code (View >Command Palette...) and run the "WSL: Reopen Folder in WSL" command
- Follow the remaining steps formacOS/Linux below.
- Install thePython extension for VS Code
- Run the "Python: Create Environment" command in the Command Palette
- Select
Venv
, the latest available version of Python and then therequirements.txt
file to install the dependencies. - PressF5 to run your application!
Contributions to the sample are welcome! When submitting changes, also consider submitting matching changes to the tutorial, the source file for which istutorial-fastapi.md.
Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visithttps://cla.microsoft.com.
When you submit a pull request, a CLA-bot automatically determines whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
- This project has adopted theMicrosoft Open Source Code of Conduct.
- For more information see theCode of Conduct FAQ or
- Contactopencode@microsoft.com with any additional questions or comments.
About
Sample code for the FastAPI tutorial in the VS Code documentation
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.