davemooreuws / issue-5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Nitric

This is a Nitric JavaScript 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.

# install dependencies
npm install

# run locally
nitric run

About


Languages

Language:JavaScript 100.0%