Introductory guide to create an app with Flask and MySQL to request data from the Oura Cloud API. See documentation for the complementairy, more technical, walkthrough on deploying the app using Docker, Rails, GitLab, and DigitalOcean.
See: https://mindatasleep.github.io/oura/
{
"CLIENT_ID": "YOUR_OURA_APP_CLIENT_ID",
"CLIENT_SECRET": "YOUR_OURA_APP_CLIENT_SECRET"
}
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
python3 -m app.app
cd docs/
bundle exec jekyll serve