https://github.com/sitbon/rest-examples
Example REST services.
https://github.com/sitbon/rest-examples
Last synced: 12 months ago
JSON representation
Example REST services.
- Host: GitHub
- URL: https://github.com/sitbon/rest-examples
- Owner: sitbon
- Created: 2025-06-15T18:20:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-27T20:44:40.000Z (12 months ago)
- Last Synced: 2025-06-27T21:33:23.145Z (12 months ago)
- Language: Python
- Size: 170 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API Examples
A collection of REST API implementations using different languages and frameworks.
## Examples
### Python
- **[Django REST Framework](py/demo-django/README.md)** - Django with PostgreSQL and DRF
- **[FastAPI](py/demo-fastapi/README.md)** - Async FastAPI with SQLAlchemy, PostgreSQL, and Redis
### JavaScript
- **[Next.js](js/next/README.md)** - Next.js 15 with Prisma ORM and PostgreSQL
## Features
Each example demonstrates:
- RESTful API endpoints (CRUD operations)
- Database integration with migrations
- Docker Compose setup
- Modern development practices
- OpenAPI/Swagger documentation (where applicable)
## Getting Started
Navigate to any example directory and follow its README for specific setup instructions.