todo_app

Version, currently master branch1 version
  • master branchlatestDec 19, 2016

github.com/mauricioabreu/todo-backend-kemal

Kemal version

12 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  todo_app:
    github: mauricioabreu/todo-backend-kemal
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Mauricio Antunes <mauricio.antunes@azion.com>

Dependencies

Runtime Dependencies

  • kemal*github: sdogruyol/kemal, branch: master

README

# todo

[![Build Status](https://travis-ci.org/mauricioabreu/todo-backend-kemal.svg?branch=master)](https://travis-ci.org/mauricioabreu/todo-backend-kemal)

Todo-Backend application written in Crystal using the Kemal framework.

For more information about this project and other implementations go to: http://todobackend.com/

## Installation

Add this to your application's `shard.yml`:

```yaml
dependencies:
  todo:
    github: mauricioabreu/todo
```

## Usage

```crystal
crystal src/app.cr
```

Now you can use an HTTP client like cURL and use the API.

## Development

Tests:

```
crystal spec
```

## Contributing

Found a bug? Have a suggestion? Please [open an issue](https://github.com/mauricioabreu/todo-backend-kemal/issues/new).

Want to contribute? Take a look at our [open issues](https://github.com/mauricioabreu/todo-backend-kemal/issues) and make sure you follow our [guide](CONTRIBUTING.md).

## Contributors

- [mauricioabreu](https://github.com/mauricioabreu) Mauricio Antunes - creator, maintainer
- [rzanluchi](https://github.com/rzanluchi) Raphael Zanluchi - creator, maintainer