|
| 1 | +<p align="center"> |
| 2 | + <a href="https://nitric.io"> |
| 3 | + <img src="https://raw.githubusercontent.com/nitrictech/nitric/main/docs/assets/nitric-logo.svg" width="120" alt="Nitric Logo"/> |
| 4 | + </a> |
| 5 | +</p> |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | + A fast & fun way to build portable cloud-native applications |
| 9 | +</p> |
| 10 | + |
| 11 | +<p align="center"> |
| 12 | + <img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/nitrictech/nitric?sort=semver"> |
| 13 | + <a href="https://twitter.com/nitric_io"> |
| 14 | + <img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/nitric_io?label=Follow&style=social"> |
| 15 | + </a> |
| 16 | + <a href="https://nitric.io/chat"><img alt="Discord" src="https://img.shields.io/discord/955259353043173427?label=discord"></a> |
| 17 | +</p> |
| 18 | + |
| 19 | +## Project Description |
| 20 | + |
| 21 | +A basic Flutter application that uses Nitric as the backend service for the API and key value collections. |
| 22 | + |
| 23 | +## Running this project |
| 24 | + |
| 25 | +To run this project you'll need the [Nitric CLI](https://nitric.io/docs/installation) installed, then you can use the CLI commands to run, build or deploy the project. |
| 26 | + |
| 27 | +You'll also want to make sure the project's required dependencies have been installed. |
| 28 | + |
| 29 | +```bash |
| 30 | +# install dependencies |
| 31 | +dart pub get |
| 32 | + |
| 33 | +# run locally |
| 34 | +nitric start |
| 35 | +``` |
| 36 | + |
| 37 | +## About Nitric |
| 38 | + |
| 39 | +[Nitric](https://nitric.io) is a framework for rapid development of cloud-native and serverless applications. Define your apps in terms of the resources they need, then write the code for serverless function based APIs, event subscribers and scheduled jobs. |
| 40 | + |
| 41 | +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. |
| 42 | + |
| 43 | +Nitric makes it easy to: |
| 44 | + |
| 45 | +- Create smart serverless functions and APIs |
| 46 | +- Build reliable distributed apps that use events and/or queues |
| 47 | +- Securely store and retrieve secrets |
| 48 | +- Read and write files from buckets |
| 49 | + |
| 50 | +## Documentation |
| 51 | + |
| 52 | +The full documentation is available at [nitric.io/docs](https://nitric.io/docs). |
| 53 | + |
| 54 | +We're completely open-source and encourage [code contributions](https://nitric.io/docs/contributions). |
| 55 | + |
| 56 | +## Get in touch |
| 57 | + |
| 58 | +- Jump into our [Discord server](https://nitric.io/chat) |
| 59 | + |
| 60 | +- Ask questions in [GitHub discussions](https://github.com/nitrictech/nitric/discussions) |
| 61 | + |
| 62 | +- Find us on [Twitter](https://twitter.com/nitric_io) |
| 63 | + |
| 64 | +- Send us an [email ](mailto:[email protected]) |
0 commit comments