seriousdb is a small HTTP-based key-value store written in Python using FastAPI.
For setup, usage, architecture, persistence, and contribution guidance, see the documentation.
Clone the repository, install the project, and start the development server:
git clone https://github.com/danieldeer/seriousdb.git
cd seriousdb
uv sync
uv run fastapi dev main.pyThe server is available at http://127.0.0.1:8000.
Interactive API documentation is available at:
This project is licensed under the MIT License.