Coverage report
Name Stmts Miss Cover
----------------------------------------------------
tests/__init__.py 0 0 100%
tests/recipe_test_data.py 1 0 100%
tests/test_app.py 55 0 100%
tests/test_fetch_spoon.py 23 0 100%
tests/test_recipe.py 20 0 100%
tests/test_signup_and_login.py 28 1 96%
----------------------------------------------------
TOTAL 127 1 99%
For the web-app, this is the coverage report
Name Stmts Miss Cover
-----------------------------------------
web_app/__init__.py 0 0 100%
web_app/app.py 132 27 80%
-----------------------------------------
TOTAL 132 27 80%
Our containerized app helps users find recipies catered to their preferences. Users can login and submit ingredients they are allergic to and what ingredients they have. Our app will then show the users recipies and dishes that match the specified requirements.
- Using Git Bash, clone the directory using:
git clone https://github.com/software-students-fall2023/5-final-project-team5team5team5team5team5team5team5team
-
Open Docker Desktop
-
Open command prompt (accessible through windows search)
-
Go to the directory where you cloned the repository with:
cd "path_to_directory"
- You should be in the root directory. Now, do:
docker-compose build
docker-compose up
- Open a web browser and go to: http://localhost:5000/
You should now see tha app running.
To try the application directly through this url: http://134.209.168.140:5000/