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: about 2 months ago
JSON representation
FastAPI + PeeWee = <3
- Host: GitHub
- URL: https://github.com/Ignisor/FastAPIwee
- Owner: Ignisor
- License: mit
- Created: 2021-04-08T14:11:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T12:37:56.000Z (over 3 years ago)
- Last Synced: 2024-04-24T19:24:17.611Z (8 months ago)
- Topics: fastapi, peewee, python, python3
- Language: Python
- Homepage:
- Size: 344 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fastapi - FastAPIwee - A simple way to create REST API based on [PeeWee](https://github.com/coleifer/peewee) models. (Third-Party Extensions / Databases)
- awesome-fastapi - FastAPIwee - A simple way to create REST API based on [PeeWee](https://github.com/coleifer/peewee) models. (Third-Party Extensions / Databases)
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
```