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

https://github.com/rain0r/stimmungskalender

Self-hosted mood calendar
https://github.com/rain0r/stimmungskalender

django journal mood-tracker moods self-help self-improvement tracker

Last synced: 5 months ago
JSON representation

Self-hosted mood calendar

Awesome Lists containing this project

README

          

# Stimmungskalender

`stimmungskalender` is a mood calendar. It is a simple but effective way of keeping track of your daily mood and sleep.

This can can help you identify patterns to establish a better understanding of your wellbeing or sleeping habits.

It's built with [Django](https://www.djangoproject.com/) and can be self-hosted.

---

## Features

* You can track your mood of each day and night
* Every week can be annotated with a note
* Diagrams (build with [Plotly](https://plotly.com/))
* Localized (currently in English and German)
* If you like to track only daytime (or only nights), you can choose so in the settings
* REST-api (if you like to build your own frontend)
* Privacy-friendly: no external resources (css, js) loaded

---

![Screenshot of Stimmungskalender](assets/form.png)

---

The easiest way to get `stimmungskalender` up and running is with Docker. See: [`docker.md`](docs/docker.md)

There is also a [`faq.md`](docs/faq.md).

## REST API

An OpenAPI 3.0 schema can be accessed under `/api/schema/` and swagger under `/api/schema/swagger-ui/`.