https://github.com/werner/todo_crystal
A Todo App made with Crystal
https://github.com/werner/todo_crystal
Last synced: 9 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T17:12:37.000Z (over 10 years ago)
- Last Synced: 2025-03-23T12:32:51.588Z (about 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
```