Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 fastapi dev main.py

The server is available at http://127.0.0.1:8000.

Interactive API documentation is available at:

Documentation

License

This project is licensed under the MIT License.

About

An HTTP key-value database written in Python.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages