This is now a completed MVP of my Kanban product (similar to Trello but very bare bones) and this version might be the last major release. Sadly I need to move to other projects and I don't have time for this.
KanbanIT has been implemented and designed with the Angular framework. I haven't really used any packages outside of the pre-installed ones. v.1.0.0 includes user authentication (signing in and logging out), SEO (adding meta/title tags and using SSR + prerendering) and of course the Kanban feature.
Firebase is used as the BaaS in this application and (provided you're online) everything you do in the Kanban page gets saved and linked to your account in Firebase. Database is implemented as a noSQL document database and that's provided by Firebase's Firestore.
The application was containerized using Docker and it was published to Google Cloud Run, which then turned it into a serverless microservice.
I then hosted the same application (not containerized) in Firebase hosting and linked the application hosted on Firebase to the serverless microservice in Google Cloud Run (development is much easier and the link Firebase hosting provided is cleaner imo).
There are some improvements I would want to make but as I mentioned above I can't keep doing this project until perfection. Other projects await.