Fork of WiiLink's Demae server
  • Python 98.4%
  • Dockerfile 0.8%
  • Mako 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-19 16:01:27 +00:00
.github/workflows feat: move to alpine image 2026-01-19 15:55:19 +00:00
migrations chore: run black 2026-01-19 16:01:27 +00:00
static UI revamp (#36) 2025-04-24 17:18:40 -04:00
templates UI revamp (#36) 2025-04-24 17:18:40 -04:00
thepantry chore: run black 2026-01-19 16:01:27 +00:00
.flaskenv Upgrade requirements 2022-08-06 13:46:44 -05:00
.gitattributes chore: Have linguist also ignore templates directory 2026-01-02 23:55:11 -05:00
.gitignore Add mistakenly omitted dependency 2021-04-18 16:33:22 -05:00
config-example.py Add OIDC support & Flask 2.3+ fix (#35) 2024-06-25 01:19:15 -04:00
Dockerfile feat: move to alpine image 2026-01-19 15:55:19 +00:00
food.py Add OIDC support & Flask 2.3+ fix (#35) 2024-06-25 01:19:15 -04:00
helpers.py Force restaurants to always be open 2021-08-24 17:27:04 -04:00
LICENSE.md Create LICENSE.md 2022-01-01 14:29:21 -05:00
models.py Add OIDC support & Flask 2.3+ fix (#35) 2024-06-25 01:19:15 -04:00
README.md Update README.md 2022-10-27 21:34:40 -07:00
requirements.txt Add OIDC support & Flask 2.3+ fix (#35) 2024-06-25 01:19:15 -04:00
responses.py fix: Remove Test enum 2024-07-29 13:56:48 -04:00

food-server

food-server is a server implementation for the Demae channel. It allows you to order food directly from your Wii, and create restaurant reservations.

Wiki

Self-Hosting

Refer to this page for instructions on Self Hosting.

Contributing

We strongly appreciate all contributions, no matter how big or small! Thank you for your interest in our work!

Please make sure you follow these guidelines when contributing:

  • Run the Black formatting tool on your changes.
  • Please add comments if you believe it may be unclear on why something was done. (For example, a limit on a string, or a workaround.)

License

food-server is available under the MIT License.