Softserve is an integration system for Harding University software development capstone projects.
Student projects interact with the system using the API. See https://softserve.harding.edu/docs or https://softserve.harding.edu/redoc for usage information. (The API server is only available on campus, and only active during capstone sessions.)
Students should freely create issues for any problems, questions, or feature requests.
The main API code is powered by FastAPI and located in softserve/api/. The ORM and ancillary features are powered by Django.
See the Makefile for typical invocations and other useful commands.
Students are also free to submit pull requests for specialized features.
The actual game logic is powered by an external project that is not published until the class is completed. For the Spring 2025 session, that project will be available here.