bcorfman / highscore-micro-one

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

Home Page:https://demofastapi-1-e9928521.deta.app/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://demofastapi-1-e9928521.deta.app/docs

License:MIT License


Languages

Language:Python 98.8%Language:Shell 1.2%