Skip to content

CMPE 273 - Enterprise Distributed Systems - Final Project: Simulation of Indeed.com

Notifications You must be signed in to change notification settings

jaineil/indeed-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indeed.com Simulation

Run the project

  • Download the project.
  • Extract the zip file.
  • Start Redis server by the command redis-server (Redis has to be installed in your system and has to be running in its default port).
  • Go to the location where package.json resides in frontend, backend & kafka-backend directory. (Kafka has to be installed in your system)
  • Run the command npm install.
  • After all the dependencies get installed, run the command "npm start" in frontend, backend & kafka-backend directory on separate terminal shells.