Skip to content

Our restaurant review app, officially titled Byter Reviews, shares some similarities with other popular review apps such as Yelp. However, our app is meant to excel in rating restaurants from the bottom-up. Restaurant owners add their restaurants using Zomato API, and users add and review individual food items using our node.js API. Restaurants …

Notifications You must be signed in to change notification settings

npontorno/ByterReviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Byter Reviews

For local execution, pull the repo and run the following commands in seperate terminals:

npx browser-sync start --server --watch "**/*"

npx nodemon ./src/server/server.js

The web app will be hosted by default on localhost:3000

The server will be hosted by defailt on localhost:3002

Site admin login info for testing purposes:

Email: a@a.a

Password: aaaaaa

Zomato API Test Key: ffa399745f3e1bfe2aff527fad6794f9

About

Our restaurant review app, officially titled Byter Reviews, shares some similarities with other popular review apps such as Yelp. However, our app is meant to excel in rating restaurants from the bottom-up. Restaurant owners add their restaurants using Zomato API, and users add and review individual food items using our node.js API. Restaurants …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published