A web application for students to find peers to practice whiteboard-style interview questions together.
Clone this repository and open it in your preferred code editor or IDE
cd user-service
npm install
npm start
docker run --name=redis --detach=true --publish=6379:6379 redis
Beforehand, start up the Redis cache first.
cd matching-service
npm install
npm start
cd question-service
npm install
npm start
cd history-service
npm install
npm start
cd frontend
npm install
npm run client-install