An open API service indexing awesome lists of open source software.

https://github.com/odroe/spry-starter

Spry framework starter
https://github.com/odroe/spry-starter

Last synced: about 1 year ago
JSON representation

Spry framework starter

Awesome Lists containing this project

README

          

# Spry Starter

Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.

## Installation

```bash
$ dart pub get
```

## Running the app

```bash
$ dart run bin/spry_starter.dart
```

## Generating routes

If you add a new route to `lib/app/` directory, you need to run the following command to generate the routes.

```bash
$ dartn run spry_fsrouter
```

## Running tests

```bash
$ dart test
```

## About Spry

Read more about Spry at [spry.fun](https://spry.fun).