Overview
Syllabus
- Tutorials and content intro
- Creating Python application in PyCharm
- Setting Python 3.9 interpreter
- Adding main application code i.e. app.py
- FastApi specific python packages
- ASGI gateway initialization code with app
- Mounting "static" folder with app
- Creating templates folder with index.html
- Setting Jinja2 templates with app
- Creating main entry point in application
- Runtime Configuration Setup
- Running application first time
- Binding index.html with route '/'
- Adding GET based /hello api endpoint
- Setting Python Debugger with PyCharm
- Running FastApi debugger with PyCharm
- Setting port in the debugger for FastApi
- Opening FastApi project in VS Code
- Setting Python 3.9 Interpreter
- Adding Run and Debug configuration
- Testing code first
- Setting FastApi Debugger with VS Code
- GitHub repo with the code and instructions
Taught by
Prodramp