Skip to content

m3ck0/python-starter-nitric-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Nitric

This is a Nitric Python project, but Nitric is a framework for rapid development of cloud-native and serverless applications in many languages.

Using Nitric you define your apps in terms of the resources they need, then write the code for serverless function based APIs, event subscribers and scheduled jobs.

Apps built with Nitric can be deployed to AWS, Azure or Google Cloud all from the same code base so you can focus on your products, not your cloud provider.

Nitric makes it easy to:

Learning Nitric

Nitric provides detailed and intuitive documentation and guides to help you get started quickly.

If you'd rather chat with the maintainers or community, come and join our Discord server, GitHub Discussions or find us on Twitter.

Running this project

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.

Start by making sure the project's dependencies have been installed.

pipenv install --dev

Next, start nitric services.

nitric start

In another terminal, run your project.

This will automatically restart when you make changes to your functions

pipenv run dev

You'll see your services connect in your nitric start terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages