https://github.com/shime/journmail
Teach yourself consistency by keeping a journal and writing one sentence per day in it.
https://github.com/shime/journmail
Last synced: 5 months ago
JSON representation
Teach yourself consistency by keeping a journal and writing one sentence per day in it.
- Host: GitHub
- URL: https://github.com/shime/journmail
- Owner: shime
- Created: 2017-11-10T16:08:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T16:38:57.000Z (over 8 years ago)
- Last Synced: 2025-05-13T14:41:05.546Z (about 1 year ago)
- Language: HTML
- Homepage: https://journmail.com
- Size: 720 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [Journmail](https://journmail.com)
[](https://travis-ci.org/shime/journmail)
[](https://waffle.io/shime/journmail)

Teach yourself consistency by keeping a journal and writing one sentence per day in it.
## Stack
* Ruby
* PostgreSQL
## Development
Install dependencies
```shell
$ bundle install
```
Spin up a development server
```shell
$ bundle exec rackup
```
Spin up a fake mail server
```shell
$ gem install mailcatcher
$ mailcatcher
```
Visit [http://localhost:1080/](http://localhost:1080/) to preview emails.
Run tests
```shell
$ bundle exec rake
```
Set up database
```shell
$ bundle exec rake db:create
$ bundle exec rake db:migrate
```
## License
MIT