The Foods For Days application reduces the stress of figuring out "what's for dinner?" The user has access to cuisines from across the world to explore different recipes. Once they sign up for an account, they can save any recipe to their own private profile. Whenever they are stumped on what to cook, they can login again and display their own private cookbook with a list of the recipes that they have saved from across the world. With an easy click of a button, they have access to the full recipe with ingredients and instructions on how to prepare it. They can even email the recipe instructions to themselves right from the recipe card.
You never have to cook a boring meal again!
The application is fully responsive and intuitive to use.
- Login to mysql database:
mysql -u root -p "password"
- git clone from the repository
npm i
Deployed version: (https://food-for-days.herokuapp.com)
Login to mysql database:
mysql -u root -p
"password"
source db/schema.sql
In a git bash window opened to the Food-For-Days directory, run
npm run seed
npm start
Then open up a tab in a browser and go to
localhost:3001
- Bulma
- NodeMailer
- Sequelize
- Express
- node.js
- path
- HTML
- jQuery
- CSS
Any questions please contact us via our Github links above!
MIT License
Copyright (c) [2021] [Food-For-Days]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.