This Application allows the user to find recipes information, use the ingredients section from results to build a grocery list and lets the user to do changes to the list (edit/add/remove). Finally the user can send the list to any phone number so they can take use it later.
App has been deployed to heroku: click here
Main: React.js, Express, MongoDB, Mongoose, Bootsrapt, Bcrypt, JWT, Twillio, and Node.js, Spoonacular API.
Used Create React Boilerplate and added to this structure Node.js, Express node package and Mongo (mongoose package) for the back end.
Start by installing front and backend dependencies. While in this directory, run the following command:
npm install
This should install node modules within the server and the client folder.
After both installations complete, run the following command in your terminal:
npm start
Your app should now be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.
Ginna Campbell, Natalie Solis Maravilla, Bronson Aviles, Iver Gil, Katsu Tanabe