Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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