kanjo

Version, currently 0.1.14 versions

github.com/tamdaz/kanjo

A web application that stores the daily journals and assess emotions.

0 stars
0 dependents
License: MIT

Nothing has been indexed for 0.1.1 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  kanjo:
    github: tamdaz/kanjo
    version: ~> 0.1.1

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.1.1. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

kanjo

license GitHub Release ci deploy commit activity issues prs

kanjo (japanese word) is a web application that allows to write the emotion journal and assess your feelings in your daily life.

Quick start

To use Kanjo, you need to use Docker Engine. Then, start it with this one-line command:

docker run -it -p 3000:3000 ghcr.io/tamdaz/kanjo:latest

Docker Compose

Also, it is possible to setup Kanjo via the docker-compose.yml file.

services:
  kanjo:
    image: ghcr.io/tamdaz/kanjo:0.1.0
    ports:
      - "3000:3000"
    volumes:
      - kanjo_data:/app/data
    environment:
      DATABASE_URL: sqlite3:data/db.sqlite3
    restart: unless-stopped

volumes:
  kanjo_data:
    driver: local

Once the container is started, go to your browser http://localhost:3000

License

Kanjo is under MIT license. See LICENSE for more details.

Contributing

Any contributions are welcome.