This service facilitates the matching of two users who have selected the same question difficulty.
- Install npm packages using
npm i
- Setup Redis server
2.1. If running redis server locally using docker, run
docker run --name redis -p 6379:6379 -d redis
- Run Matching Service using
npm run start
ornpm run dev
for hot reload during development - Access the service at http://localhost:8001