Skip to content

This is the 3-tier distributed application(client tier, middle tier, database tier) to implement the functionalities of indeed website designed client tier in React JS, middle tier in Apache Kafka and backed in Node JS.

Notifications You must be signed in to change notification settings

SHRADHA-YEWALE/Simulation-of-indeed.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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.

About

This is the 3-tier distributed application(client tier, middle tier, database tier) to implement the functionalities of indeed website designed client tier in React JS, middle tier in Apache Kafka and backed in Node JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages