CS3219-AY2425S1 / cs3219-ay2425s1-project-g50

nus-cs3219-ay2425s1-cs3219-ay2425s1-project-project-template created by GitHub Classroom
MIT License
3 stars 0 forks source link

Feature/matching service/queue #164

Closed TanPingZhi closed 1 month ago

TanPingZhi commented 1 month ago

This pull request introduces significant changes to the matching service, including environment configuration, Docker setup, and the implementation of Redis-based matching logic. The most important changes include adding environment variables, updating the Docker configuration, modifying the .gitignore file, defining a new data model, and implementing Redis utilities and endpoints for the matching service.

Environment Configuration:

Docker Configuration:

Access redis without needing to download it. Docker gotcha back: http://localhost:5540

Codebase Simplification:

New Data Model:

Redis Utilities and Endpoints: