fjord/memoapp/README.md

10 lines
133 B
Markdown
Raw Permalink Normal View History

2024-08-04 23:11:19 +09:00
## Usage
2024-08-18 22:59:25 +09:00
```
git clone https://github.com/riq0h/memoapp.git
cd memoapp
bundle install
psql -U postgres -f memos.sql
ruby app.rb
```