Svelte Projectmanager
A canban board app written in Svelte with Firebase NoSQL database. App is off until I redo the DB security rules.
TODO :
Redo the verification system from "hybrid" for learning purposes to database JWT token verification for all the REST stuff
Redo the security rules on Firebase to verify the JST token with every request.
If necessary (character limit reached), set up a router for REST, instead of folder based routing (or use router only for REST)
Review the old code, test new code.