Skip to content

Ignisor/FastAPIwee

Repository files navigation

FastAPIwee

FastAPI + PeeWee = <3

Using

Python >= 3.6 🐍

Installation

pip install FastAPIwee

🎉

Documentation

Documentation can be found here: https://fastapiwee.qqmber.wtf

Development

Documentation

Documentation is made with MkDocs and Material for MkDocs.

To run MkDocs server:

  • Go to mkdocs directory

    cd mkdocs
  • Run server

    mkdocs serve

To build use:

mkdocs build