A fast, minimalistic backend framework for Dart.
In order to use Sarus you must have the Dart SDK installed on your machine.
dart pub global activate sarus_cliUse the sarus create command to create a new Sarus project:
sarus create my_projectThis will create a new directory called my_project with the basic structure of a Sarus project.
To run your Sarus project, navigate to the project directory and use the sarus dev command:
cd my_project
sarus devThis project come with docker support, so you can build your project for production using Docker.