Skip to content

yelpclone/app

Repository files navigation

Rowan Technology Code Exercise

Completed by Rachel Cohen Aug. 3, 2017.

Built with create-react-app

Connected to a Node Express API server.

To run

Obtain a client id and secret for the Yelp Fusion API.

Create an app-env file in the main directory and save the id and secret.

// Inside app-env
export CLIENT_ID='CLIENT_ID'
export CLIENT_SECRET='CLIENT_SECRET'

Source the file into the local environment.

source app-env

Install and start. App will automatically open at localhost:3000.

npm i

cd client
npm i

cd ..
npm start

Deployed version

Available on Heroku.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published