Code Monkey home page Code Monkey logo

whatsfordinner's Introduction

Welcome to What's For Dinner!!!

If you've ever had the debate with friends or loved ones about "What Should We Do For Dinner", then this app is for you! This application is designed remove the endless scrolling through pages of results on food websites and provide you with 3 quick options to choose from - complete with contact info, user ratings, reviews and more.

This application was built using Node.js and Express.js. It utilizes the MVC build pattern along with PostGreSQL/PG-Promise for data storage. External data is obtained by utilizing the Yelp Fusion API. Users have the option to log-in and create a user profile with user authentication via passport and bcrypt.js. It was deployed via Heroku and uses continuous integration.

Deployed At:

What's For Dinner

Prerequisites

The following node package managers will be needed for the application to funcation properly

    "bcryptjs": "^2.4.3",
    "body-parser": "^1.19.0",
    "connect-flash": "^0.1.1",
    "cookie-parser": "^1.4.5",
    "dotenv": "^8.2.0",
    "ejs": "^3.1.3",
    "express": "^4.17.1",
    "express-session": "^1.17.1",
    "method-override": "^3.0.0",
    "morgan": "^1.10.0",
    "node": "^14.7.0",
    "node-fetch": "^2.6.0",
    "nodemon": "^2.0.4",
    "passport": "^0.4.1",
    "passport-local": "^1.0.0",
    "pg-promise": "^10.5.8",
    "yelp-fusion": "^3.0.0"
    Use npm install --save to install each NPM above.  EX: npm install --save pg-promise

User Stories:

The following user stories:

  • User should be able to utilitze the What's For Dinner search function without having to login upon reaching the main root
  • User should be able to review search results including detailed views of returned results
  • User will have the ability to create and account which allows for full funcationality
  • With logging in, user will be able to select and save dinner/result choices under their user profile for future reference
  • Upon logging in, user can review any previously saved/select restaurants they visited
  • User will have the ability to make notes on selected choice prior to saving
  • Along with editing notes on saved restaurants, users can also edit their user profiles including passwords as needed. Usernames may not be changed.

Wireframes and Schemas:

The wireframes here.

Database Schemas here.

Exposed HTML Routes:

  • /user
  • /user/profile
  • /user/index
  • /user/edit
  • /restaurants
  • /restaurants/add
  • /restaurants/detail
  • /restaurants/index
  • /auth
  • /auth/login
  • /auth/register

whatsfordinner's People

Contributors

shannonmaloy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.