Skip to content

borderpointer/Feed_Me

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit ahead of kcooper22:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

The Usual

Share your lunch order

Test User Login

Technologies

  • Node.js
  • Express.js
  • Mongoose
  • Body-parser
  • MD5
  • Cookie-parser
  • Twilio

Third Party APIs Used

  • Twilio

Synopsis

Our users are people that like to share what they eat. It makes ordering for friends based on past preferences easy. It keeps track of cuisines favorited by people and allows a different social experience than Yelp by being more specific highlighting individual dishes.

We spent about an hour or two brainstorming the idea and eventually came to it as we were taking a lunch break and couldn't figure out what to get the other team members.

Model Structure

We have two models consisting of a user model and order. Within user we set up an email, password, name and order which we set up to work with our orders model. Our orders model consists of restaurant name, details, cuisine, img_url, favorite (cuisine) and when it was last created and updated. We are working primarily in the MEN stack.

User Story

Upon coming to the landing site, the user is asked to sign up or sign in. The user can sign up with their email and once they are signed up they will be taken to their page. They are able to create new meals that they have had and will be asked to put in information such as restaurant name, meal, and img url. This can be sent to someone using email or text. This makes sharing someones order easy.

Wireframes

the-usual-1 the-usual-2 the-usual-3

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.5%
  • HTML 27.9%
  • CSS 9.6%