An open API service indexing awesome lists of open source software.

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.

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.