Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/werner/todo_crystal
- Owner: werner
- Created: 2015-04-17T01:00:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T17:12:37.000Z (almost 9 years ago)
- Last Synced: 2023-03-18T04:55:25.094Z (over 1 year ago)
- Language: Crystal
- Size: 118 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```