Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Ignisor/FastAPIwee

FastAPI + PeeWee = <3
https://github.com/Ignisor/FastAPIwee

fastapi peewee python python3

Last synced: 2 months ago
JSON representation

FastAPI + PeeWee = <3

Lists

README

        

# FastAPIwee
FastAPI + PeeWee = <3

## Using

Python >= 3.6 :snake:

## Installation

```python
pip install FastAPIwee
```

:tada:

## Documentation

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

## Development

### Documentation

Documentation is made with [MkDocs](https://www.mkdocs.org) and [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).

To run MkDocs server:

- Go to mkdocs directory

```bash
cd mkdocs
```

- Run server

```bash
mkdocs serve
```

To build use:

```bash
mkdocs build
```