seriousdb - An HTTP-based Key-Value Store
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.
Quick Start
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 run.py
The server is available at http://0.0.0.0:8000.
Interactive API documentation is available at:
Documentation
License
This project is licensed under the MIT License.