Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.01 KB

🍎 Pantry Pal 🍎

About

Pantry Pal is a web app to help people make great meals using ingredients they already have at home. Developed using PHP and a sprinkle of JS, Pantry Pal is being made as my final project at TAFE Brisbane while I undergo a diploma course studying web development

You can try out Pantry Pal for yourself at Pantrypal.xyz!

To-do

  • Allow users to sign up
  • Allow users to edit their personal information
  • Upload database export
  • Create admin interface
  • Connect to Recipe API
  • Allow users to browse recipes
  • Allow users to save ingredients

Software

  • PHP 7.1.7

Setup

  1. import sql database
  2. The expected database username is root and the password is left blank. This can be edited in model/dbconnection.php
  3. The apiKey.php file is ignored and will need to be replaced. This is file contains the api key saved as a string and assigned to the variable $key
  4. You should be good to go!

made by @zacharycauchi with ☕ & ❤️