Any project in rust you want to chat about.

  • megastary@lemmyrs.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    We have a pet project in work, which allows us to bring food and drinks to office and anyone can take, register it. Then once a month QR code is sent to everyone to pay to people who deliver stuff. Current system is classic SSR express.js app and I want to rewrite it to Axum backend and Vue SPA (and possibly other clients like cli). Currently finished the “customer needs analysis” and started grooming user stories to hopefully one day jump to writing the backend and then frontend.