/food-app

Primary LanguageJavaScript

Foodora app

Create environment

cp .env.example .env

Create an account on Yelp and copy the API Key.

Paste the API key in your .env file.

Run npm install or yarn.

Run the project

npm run start OR yarn start.