Skip to content

Prashant4900/sarus

Repository files navigation

Sarus

A fast, minimalistic backend framework for Dart.

Installation 💻

Prerequisites 📝

In order to use Sarus you must have the Dart SDK installed on your machine.

Installing 🧑‍💻

dart pub global activate sarus_cli

Creating a Project ✨

Use the sarus create command to create a new Sarus project:

sarus create my_project

This will create a new directory called my_project with the basic structure of a Sarus project.

Running the Project 🚀

To run your Sarus project, navigate to the project directory and use the sarus dev command:

cd my_project
sarus dev

Building for Production ⚙️

This project come with docker support, so you can build your project for production using Docker.

About

A fast, minimalistic backend framework for Dart.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published