Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggjersund/django-quantified-self
A minimalistic "Quantified self" Django application for collecting, storing, displaying and exporting personal data.
https://github.com/ggjersund/django-quantified-self
django django-quantified-self personal-data personal-data-analysis quantified-self
Last synced: 3 months ago
JSON representation
A minimalistic "Quantified self" Django application for collecting, storing, displaying and exporting personal data.
- Host: GitHub
- URL: https://github.com/ggjersund/django-quantified-self
- Owner: ggjersund
- License: mit
- Created: 2019-11-24T13:07:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T12:52:03.000Z (over 1 year ago)
- Last Synced: 2024-05-16T02:39:38.988Z (6 months ago)
- Topics: django, django-quantified-self, personal-data, personal-data-analysis, quantified-self
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - ggjersund/django-quantified-self - A minimalistic "Quantified self" Django application for collecting, storing, displaying and exporting personal data. (Python)
README
# Django Quantified Self
A minimalistic "Quantified Self" Django application for collecting, storing, analysing and exporting your personal data.
## Quick start
### Prerequisites
```
pipenv
python
django
```### Installing
## Roadmap
* ~~Create generic data entry models for interval and count entries~~
* List all entries (HTML/API) + data filtering
* Export entries
* Import entriesMore to come...
## Contributions
The project is currently in its construction phase and does not yet review contributions. Look out for update on this matter later.