Skip to content

Commit

Permalink
export nutracheck entries into mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
ducc committed Jan 7, 2024
1 parent 0ceed4f commit 2108077
Show file tree
Hide file tree
Showing 12 changed files with 1,625 additions and 40 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NUTRACHECK_USERNAME=[email protected]
NUTRACHECK_PASSWORD=secretpassword
MONGODB_CONNECTION_URI="mongodb://localhost:27017/calories"
MONGODB_DATABASE_NAME=calories
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
target/
.envrc
.envrc
grafana-storage/
.env
nutracheck_token.json
Loading

0 comments on commit 2108077

Please sign in to comment.