This is a Python starter template for Nitric projects. It includes a simple HTTP function that returns a JSON response.
This is a Nitric Python project, but Nitric is a framework for rapid development of cloud-native and serverless applications in many languages.
Nitric provides documentation and guides to help you get started quickly.
If can also join Discord to chat with the community, or view the project on GitHub.
To run this project you'll need the Nitric CLI installed, then you can use the CLI commands to run, build or deploy the project. You'll also need to install uv for dependency management.
Install the dependencies:
uv sync
Next, start nitric services.
This will automatically restart when you make changes to your functions
nitric start
You'll see your services connect in the terminal output.