a case study for a tic tac toe game.
the repo includes code for a tic tac toe engine that is exposed using REST API's from a FastAPI project in the tic-tac-toe-py folder
these api's are called by an express app service from tic-tac-toe-nodejs that acts as the backend service for both the mobile app and the web app
All instruction on how to run each project is included inside each folder README.md files