Skip to content

Matching service for the SPA system used by the School of Computing Science @ UofG

Notifications You must be signed in to change notification settings

pkitazos/matching-service

Repository files navigation

Matching Service for UofG SPA

This server, built using FastAPI, is dedicated to processing allocation data and returning results using a specialised matching algorithm. It is designed to support the uofg-socs-amps/spa project. A web platform for handling Student Project Allocation.

Tech Stack

Building

To build the docker image, run

docker build -t matching-service:latest .

Running

To run the docker image, run

docker run -p 8000:8000 matching-service

To run the server locally, run:

uv run fastapi dev

About

Matching service for the SPA system used by the School of Computing Science @ UofG

Topics

Resources

Stars

Watchers

Forks