diff --git a/README.md b/README.md index f9f253f..d7d7cb0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,25 @@ # EndlessHunger -HackBasel2023 + +## Description +There are times in your life, when you are hungry. +Unfortunately, you are not able to cook something, because your fridge is empty. + +Time to head to the nearest grocery store... + +![Hungry](./hangry.jpeg) + + +## Technical Details (Management Summary) +- Frontend in plain old HTML and jQuery +- Backend in Python with Flask + +## How to run +We have Github actions deploying our code to DigitalOcean. +You can access the project at: + +[YOUR TRIP TO THE NEXT COOP](https://basel.do.oliverwisler.ch) + +This code was created during HackBasel 2023 ## Team Members - Daniel Dienemann diff --git a/hangry.jpeg b/hangry.jpeg new file mode 100644 index 0000000..40540d7 Binary files /dev/null and b/hangry.jpeg differ