todo_crystal

Version, currently master branch1 version
  • master branchlatestJan 1, 2016

github.com/werner/todo_crystal

A Todo App made with Crystal

7 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  todo_crystal:
    github: werner/todo_crystal
    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

Dependencies

Runtime Dependencies

  • pg*github: will/crystal-pg
  • mime*github: spalger/crystal-mime
  • sqlite3*github: manastech/crystal-sqlite3
  • amatista*github: werner/amatista
  • html_builder*github: crystal-lang/html_builder

README

This is a Todo App made with Crystal.

# Usage

##### Install PostgreSQL 9.4
##### Create a database in postgres called todo_crystal

##### If you're upgrading remove .deps.lock and .deps folder

```
export DATABASE_URL="postgres://..."
```

```
crystal deps
```

```
crystal db/pg_migrations.cr
```

```
crystal app/main.cr
```