Categorygithub.com/kkoreilly/osusu
repository
0.0.0-20240917144036-3725003a312b
Repository: https://github.com/kkoreilly/osusu.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Osusu

Osusu is an app for getting recommendations on what meals to eat in a group based on the ratings of each member of the group, and the cost, effort, healthiness, and recency of the meal.

To run it locally, you can follow the Cogent Core installation instructions, clone the repository, and then run the following commands:

rqlited -node-id=1 data/ # Run the database; see https://rqlite.io/docs/quick-start/
# In a new terminal tab/window:
cd cmd/osusu
core run

A web version will be deployed soon.