Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d0x2f/retro.tools-backend
Web backend for retro.tools
https://github.com/d0x2f/retro.tools-backend
actix-web agile agile-development agile-methodologies firestore rust
Last synced: 12 days ago
JSON representation
Web backend for retro.tools
- Host: GitHub
- URL: https://github.com/d0x2f/retro.tools-backend
- Owner: d0x2f
- Created: 2019-07-12T11:37:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T10:40:54.000Z (over 1 year ago)
- Last Synced: 2024-09-01T14:02:48.450Z (2 months ago)
- Topics: actix-web, agile, agile-development, agile-methodologies, firestore, rust
- Language: Rust
- Homepage: https://retro.tools
- Size: 633 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - d0x2f/retro.tools-backend - Web backend for retro.tools (rust)
README
# Retro.Tools Backend
The main frontend project lives at: [d0x2f/retro.tools](https://github.com/d0x2f/retro.tools)
## v0.3
Refactor to use abdolence/firestore-rs instead of raw grpc with tonic
## v0.2
Total rewrite
- Switched from postgres to google firestore (more scalable, cheaper, cooler).
- Switched from rocket to async actix (fun).## TODO
- Past boards pagination
- Tests