Skip to content

shravanthi94/Yelp-GraphQL-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prototype of Yelp Application using GraphQL

This is Yelp Web Application that allows users to register and order food online from the list of available restaurants and register for interesting events.

Steps to deploy the application

Backend

  1. Clone the repository's back end folder "backend" into any machine having node.js installed on it.
  2. Open the terminal in the folder "Backend".
  3. Execute "npm install" to install all the dependencies.
  4. Create database "Yelp" in Mongo database server.
  5. Update the default.json file in config folder with Mongo URI
  6. Update the index.js file with the frontend's IP and port.
  7. Execute "node index" to run backend server.

Frontend

  1. Clone the repository's front end folder "frontend" into any machine having node.js installed on it.
  2. Open the terminal in the folder "frontend".
  3. Execute "npm install" to install all the dependencies.
  4. Execute "npm start" to run the frontend server.

Open the browser and navigate to Front end server's IP address with Port number (Eg: 127.0.0.1:3000) to find the landing page.

About

Prototype of Yelp using GraphQL and Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages