Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 504 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 504 Bytes

recipe-review-app

Here I used EJS, Mongo DB, Express, and Node to make a full stack app for Foodies to find new recipes and comment on them

How It's Made:

Tech used: HTML, CSS, JavaScript, EJS, Mongo DB, Express, and Node

I used an express server on top of Node, with routes to each of my EJS templates and forms. I connected to Mondo DB with Mongoose and there I store the comments users post on the site.

Lessons Learned:

It was a great learning experience using Express and Mongo DB