Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vjean/hypnos

Keep track of your sleeping habits
https://github.com/vjean/hypnos

Last synced: about 1 month ago
JSON representation

Keep track of your sleeping habits

Awesome Lists containing this project

README

        

# Hypnos

Données concernant les nuits passées (coucher, lever, temps de sommeil, endroit, ...).

## Setup and development

```
poetry shell
FLASK_ENV=development flask run
```

## Flask-Migrate notes

This project uses SQLite, which has limited implementation of `ALTER TABLE` statements.
Here is a blog post from `Flask-Migrate`'s author on how to work around those limitations: https://blog.miguelgrinberg.com/post/fixing-alter-table-errors-with-flask-migrate-and-sqlite