Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.32 KB

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