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
- 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
- PHP 7.1.7
- import sql database
- The expected database username is root and the password is left blank. This can be edited in model/dbconnection.php
- 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
- You should be good to go!
made by @zacharycauchi with ☕ & ❤️