Skip to content

MeWantFood is a restaurant recommendation platform built using React, MongoDB, and Express.

Notifications You must be signed in to change notification settings

MeWantFood/iteration

 
 

Repository files navigation

MeWantFood: Iteration Project

When you want to merge dev to your own branch (which you should do before pushing your branch up), here are your steps:

  1. git checkout dev
  2. git pull origin dev
  3. git checkout [featurebranchname]
  4. git merge dev (resolve any merge conflicts here)
  5. git push origin [featurebranchname]

About

MeWantFood is a restaurant recommendation platform built using React, MongoDB, and Express.

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 74.8%
  • SCSS 24.5%
  • HTML 0.7%