Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piccolo-orm/piccolo_examples
Example projects built using Piccolo.
https://github.com/piccolo-orm/piccolo_examples
Last synced: about 3 hours 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T17:47:52.000Z (over 1 year ago)
- Last Synced: 2024-10-26T23:55:33.231Z (13 days ago)
- Language: Python
- Size: 678 KB
- Stars: 20
- Watchers: 3
- 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/).
### 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)