Skip to content

A FastAPI ASGI microservice to query a high score list. Backend is a NoSQL database deployed on Deta Space.

License

Notifications You must be signed in to change notification settings

bcorfman/highscore-micro-one

Repository files navigation

highscore-micro-one

Open in Codespaces

A FastAPI ASGI microservice to query a high score list.

Backend is a NoSQL database deployed on Deta Space. (Cloud deployment shown 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

Try out the live web service

It's hosted on Deta Space.