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

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.

Awesome Lists containing this project

README

          

# [Journmail](https://journmail.com)

[![Build Status](https://travis-ci.org/shime/journmail.svg)](https://travis-ci.org/shime/journmail)
[![To Do](https://badge.waffle.io/shime/journmail.svg?columns=To%20Do)](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