Skip to content

mockapi-server Documentation

Generate full-featured REST APIs from your Pydantic models in seconds.

User Guide

Getting Started

Help & Resources

Developer Guide

Contributing

External Resources

Install: pip install mockapi-server

Quick Start:

mockapi-server init
mockapi-server serve --models models.py --generate-data

Interactive Docs: http://localhost:3000/docs

Status

Under active development.