[go: nahoru, domu]

Skip to content

bcorfman/ravenback

Repository files navigation

ravenback

Open in Codespaces

A FastAPI ASGI microservice to the Raven Checkers game engine, deployed on the Deta Space cloud via GitHub Actions.)

I'm using this project to practice simple microservice design with Python.

Prerequisites

  • Click on the Open with GitHub Codespaces badge above to launch the project in a browser or on your desktop inside Visual Studio Code.

OR

  • Install Python 3.9 or higher
  • Install Pipenv
  • At a command prompt in the project directory, type pipenv install to set up project-level dependencies only, or pipenv install --dev to include dev dependencies as well