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
- Host: GitHub
- URL: https://github.com/rain0r/stimmungskalender
- Owner: rain0r
- License: agpl-3.0
- Created: 2022-03-17T20:12:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T21:12:03.000Z (over 1 year ago)
- Last Synced: 2025-03-05T22:25:28.710Z (over 1 year ago)
- Topics: django, journal, mood-tracker, moods, self-help, self-improvement, tracker
- Language: Python
- Homepage: https://rain0r.github.io/stimmungskalender/
- Size: 5.13 MB
- Stars: 34
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
---

---
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/`.