A food app that helps plan your meals in advance and create your grocery list using a recipes API. The app will generate a set of easy recipes according to the user preferences and needs. The user can save recipes to their favorites list, customize their meal plan and share the shopping list on email.
Anitha Amarnath anithaamarnath, Diana Ilinca procadiana, Karina Lopez karinalop
- Clone this repository.
- Create or use your https://www.edamam.com/ (recipes API) and store your KEY_API_ID and KEY_API_PASS on the .env file into the
rails-back-endfolder - You need TWO terminals to run this proyect:
- In one terminal:
cd rails-back-end,bundleto install the dependencies,bin/rake db:setupto create the databases (called rails_project_development by default),bin/rake db:migratetu run migrations,bin/rake db:seedto seed the database,bin/rails sto run the server. - In the other terminal:
cd react-front-end,npm install,npm start
- The app will be served at http://localhost:3000/.
1.Axios 2.Edamam API https://www.edamam.com/ 3.React 4.Reactstrap 5.Ruby on rails 6. Postgres
Questions? Comments? Want to contribute to this? Feel free to contact any of the contributors of this repo.






