Skip to content

Guess the name of a meal just from its image! ๐Ÿ”

Notifications You must be signed in to change notification settings

sharktrexer/Meal_Guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

46 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Meal Guesser

This web app, built with the Django framework, fetches RESTful JSON data from the Free Meal API to obtain multiple random meals and temporarily add them to an SQLite database. This culminates into a fun minigame where you guess the name of a meal by just its image.

Every correct word you guess from the meal's name gives 1 point. You have 3 chances to check how many points your guess earns before permanently submitting your guess. How many points do you think you can get?

Instructions

To play the game please follow these instructions:

  1. Before getting started, be sure to have Git and Python installed

  2. Open up a terminal and change directory to a new, empty folder.

  3. Clone this repository

    git clone https://github.com/sharktrexer/Meal_Guesser

  4. Install the required packages

    pip install -r requirements.txt

  5. Rename the ".envExample" file to ".env"

  6. Run the server and navigate to http://127.0.0.1:8000/

    python manage.py runserver

  7. If you want the server to run on a different port, see here

Examples

meal1 meal2

meal3

About

Guess the name of a meal just from its image! ๐Ÿ”

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published