Skip to content

This is an interactive food and recipe web application built on the MERN stack, making use of the Spoonacular api (https://spoonacular.com/food-api/docs).

Notifications You must be signed in to change notification settings

JivusAyrus/Eatology

Repository files navigation

Eatology

Live app : Eatology

This interactive food and recipe web application facilitates a simple, intuitive UI that enables the user to quickly find the recipe of their favorite dishes as well as, providing a means for following the recipe steps and procuring all the ingredients required. The aim of this web application is to provide a means for the user to search for and learn any recipe of any cuisine.

Prerequisites

Steps To Run

  • Clone the repository
  • When inside the Eatology folder, run npm install.
  • Head over to Spoonacular's website and get an API key.
  • Within Eatology's folder, create a file named .env and add the lines :
REACT_APP_API_KEY=<Your-Api-Key>
REACT_APP_SERVER=https://eatology-server.herokuapp.com
  • Run npm start and you should have the app running on React's development server on http://localhost:3000

About

This is an interactive food and recipe web application built on the MERN stack, making use of the Spoonacular api (https://spoonacular.com/food-api/docs).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published