This full-stack app utilze a SQL database to store recipes that the user can view. Users can also search for recipes in using multiple different search parameters, add new recipes of their own, comment on recipes, email a recipe to someone and share recipes on social media. This application also has a "Favorites" recipe page that shows the most "liked" recipes.
View the app deployed to heroku HERE!
This application is a full stack application using HTML, CSS, JavaScript, jQuery, Bootstrap, NodeJS, Sequelize and Express. It also utilizes the following dependencies:
- dotenv
- express
- express-fileupload
- mysql2
- sequelize
- nodemailer
You'll need to run npm install to install of the dependencies. Create a .env file to the root with your information for the following to run it locally:
DB_HOST="localhost"
DB_PORT=3306
DB_USER="root"
DB_PASSWORD="YOURPASSWORDHERE"
DB_NAME="recipe_box"
Contributors to this app: Angela Gutierrez, Bryan Pero, Kaleigh Spurio, Karen Astell, and Lynn Boudreau