Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 677 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 677 Bytes

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.