https://github.com/piccolo-orm/piccolo_examples
Example projects built using Piccolo.
https://github.com/piccolo-orm/piccolo_examples
Last synced: 22 days ago
JSON representation
Example projects built using Piccolo.
- Host: GitHub
- URL: https://github.com/piccolo-orm/piccolo_examples
- Owner: piccolo-orm
- Created: 2020-07-30T19:24:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T16:30:19.000Z (2 months ago)
- Last Synced: 2025-03-28T19:44:46.221Z (about 1 month ago)
- Language: Python
- Size: 679 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fastapi - FastAPI Examples - Using FastAPI with Piccolo. (Third-Party Extensions / Databases)
- awesome-fastapi - FastAPI Examples - Using FastAPI with Piccolo. (Third-Party Extensions / Databases)
README
# Piccolo examples
Here are some example Piccolo projects.
## Tutorials
### Headless blog using FastAPI
Build a documented API with an admin in minutes! See [code](./headless_blog_fastapi).
### A simple REST API with BlackSheep
A [tutorial for using BlackSheep with Piccolo](https://carlosmv.hashnode.dev/a-simple-rest-api-with-blacksheep-and-piccolo-orm-or-python).
---
## Live projects
Here are some live Piccolo projects you can play around with.
### Simple Investment Guide
A simple content website powered by Piccolo. Try it [here](http://simpleinvestmentguide.com/).
### Moring Mark Archive
Uses Piccolo with a SQLite database to store comics. Try it [here](https://moringmark.grzegorzkoperwas.site/). Source code is [available here](https://github.com/HakierGrzonzo/mma/tree/master/scraper/src/schema).
### Piccolo Admin
Try the Piccolo admin for yourself [here](https://demo1.piccolo-orm.com/#/).
* Username: piccolo
* Password: piccolo123---
## Templates
* [FastAPI, Piccolo, and Docker Compose](https://github.com/AliSayyah/FastAPI-Piccolo-Template)
* [FastAPI, Piccolo, and SvelteKit](https://github.com/heliumbrain/fastapi-piccolo)
* [FastAPI, Piccolo, and Vue JS](https://github.com/sinisaos/piccolo-vue-starter)
* [BlackSheep and Piccolo](https://github.com/sinisaos/blacksheep-piccolo)
* [Starlite and Piccolo](https://github.com/sinisaos/starlite-piccolo)---
## Examples from the community
* [A movie database, using FastAPI](https://github.com/piccolo-orm/pymdb)
* [A Q&A application](https://github.com/sinisaos/starlette-piccolo-orm)
* [An accommodation rental application](https://github.com/sinisaos/starlette-piccolo-rental)
* [A headless forum, using FastAPI](https://github.com/sinisaos/headless-forum-fastapi)