Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/werner/todo_crystal

A Todo App made with Crystal
https://github.com/werner/todo_crystal

Last synced: 7 days ago
JSON representation

A Todo App made with Crystal

Awesome Lists containing this project

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
```