Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jivusayrus/eatology
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).
https://github.com/jivusayrus/eatology
expressjs mongodb nodejs reactjs
Last synced: 10 days ago
JSON representation
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).
- Host: GitHub
- URL: https://github.com/jivusayrus/eatology
- Owner: JivusAyrus
- Created: 2020-03-02T14:56:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T18:21:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T18:18:38.642Z (24 days ago)
- Topics: expressjs, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 12.5 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eatology
Live app : [Eatology](https://eatology-recipes.herokuapp.com/)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
* [Node](https://nodejs.org/en/)# Steps To Run
* Clone the repository
* When inside the Eatology folder, run ```npm install```.
* Head over to [Spoonacular's website](https://spoonacular.com/food-api/pricing) and get an API key.
* Within Eatology's folder, create a file named .env and add the lines :
```
REACT_APP_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