Getting Started – Installation, Basic Server, Path & Query Parameters | Build APIs with Litestar #1
Source: Dev.to
Overview
Litestar is a powerful, modern, and lightweight Python web framework that’s perfect for building performant APIs and web applications. In this series, we kick off by getting everything set up and building our first endpoints.
Litestar
Learning Objectives
- How to install Litestar and set up your project
- Running your first simple “Hello World” web server
- Creating basic routes
- Working with path parameters
- Handling query parameters