Skip to content

Spiritreader/preventIngredient31

Repository files navigation

Alternative Mensa page for Konstanz University

This is the public git repository for the MenSauni website, providing menu information for certain university canteens.

MenSauni is built with node.js and javascript.

Docker

docker build -t mensauni .
docker run -d -p 8080:8080 --name mensauni mensauni

Or with docker compose:

docker compose up -d
# or docker-compose up -d

The docker image is available on GitHub with the tag ghcr.io/spiritreader/preventingredient31:master

About

Alternative Mensa page for Konstanz University

Resources

Stars

Watchers

Forks

Releases

No releases published