Skip to content

Commit

Permalink
updated ReadME
Browse files Browse the repository at this point in the history
  • Loading branch information
mjadair committed Apr 17, 2020
1 parent 9b6d07f commit b1e7bef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ by [Michael Adair](https://github.com/mjadair), [Marissa Epstein](https://github

The Kitchen is a full-stack app that includes a RESTful API built with Express, MonogoDB and NodeJS and a React Front-end.

The concept was to build an app that asked users if they wanted to dine-in or eat-out and then provide them with options based on the decision.
The concept was to build an app that asked users if they wanted to dine-in or eat-out and then provide them with options based on their decision.

The dine-in portion of the website allows users to search recipes from our database, it also allows logged in users to add their own recipes, much like a virtual recipe book and the user can also have shopping lists for each recipe emailed to their registered email address.

The eat-out section gives users details about London restaurants from our own database.
The eat-out section gives users details about London restaurants from our own seeded database.

Users also have a profile page which displays their favourite recipes and restaurants.

Expand Down Expand Up @@ -323,14 +323,20 @@ The verification process takes the payload.sub from the User's token and finds t
### <span style="font-family:Courier New" id="front"><ins>Front-End</ins></span>
*Coming soon*
## <span style="font-family:Courier New" id="challenges">Challenges </span>
*Coming soon*
## <span style="font-family:Courier New" id="successes">Successes </span>
*Coming soon*
## <span style="font-family:Courier New" id="future">Potential Future Features </span>
*Coming soon*
## <span style="font-family:Courier New" id="lessons">Lessons Learned </span>
*Coming soon*
2 changes: 0 additions & 2 deletions backend/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ const restaurants = require('./controllers/restaurants')
const users = require('./controllers/users')
const secureRoute = require('./lib/secureRoute')

// Reggie: Weekend Work

router.route('/recipes')
.get(recipes.index)
.post(secureRoute, recipes.createRecipe)
Expand Down

0 comments on commit b1e7bef

Please sign in to comment.