https://github.com/note/real-world-tapir
A backend RealWorld implementation using Scala3 and Tapir
https://github.com/note/real-world-tapir
Last synced: 11 months ago
JSON representation
A backend RealWorld implementation using Scala3 and Tapir
- Host: GitHub
- URL: https://github.com/note/real-world-tapir
- Owner: note
- License: mit
- Created: 2023-02-13T10:32:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T13:31:14.000Z (about 2 years ago)
- Last Synced: 2025-03-01T18:24:36.251Z (over 1 year ago)
- Language: Scala
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
> ### real-world-tapir codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.
[](https://github.com/note/real-world-tapir/actions)
PostgreSQL used for persistence
# Main Dependencies
- doobie
- tapir
- circe
- flyway
# Development
To spin up a local PostgreSQL instance:
```bash
docker-compose up -d db
```