zitadel /
example-quote-generator-app
A simple web application using a React front-end and a Python back-end API, both secured using ZITADEL.
15/100 healthLoading repository data…
Fsoky / repository
A simple example of CRUD in FastAPI (Python) with Redis cache
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/users | List all users |
POST | /api/v1/users | Create a new user |
GET | /api/v1/users/{id} | Get user by ID (cached) |
PUT | /api/v1/users/{id} | Update user (invalidates cache) |
DELETE | /api/v1/users/{id} | Delete user (invalidates cache) |
[!TIP]
http://localhost:8000/docs- Swagger
http://localhost:5000- PgAdmin
git clone https://github.com/Fsoky/fastapi-crud.git
cd fastapi-crud
docker compose up
Selected from shared topics, language and repository description—not editorial ratings.
zitadel /
A simple web application using a React front-end and a Python back-end API, both secured using ZITADEL.
15/100 healthLucasbrunoferreira /
A simple example to implements a http web service with python, tornado framework, docker, mongo and marshmallow schemas.
45/100 healthLucasbrunoferreira /
📡 A simple example to implements a http web service with python, flask framework, docker, mongo and marshmallow schemas.
34/100 healthTobi-De /
A simple API to manage your projects, so that they can be dynamically included in your portfolio for example.
41/100 healthbeandrake /
A simple example of how to request paginated data from an API using Python.
52/100 healtholmosdev /
A simple example of a small API REST FULL built with Python, Django and Django REST Framework.
27/100 health