- build: somewhat polished dockerization setup - build: io/fs migrations with `golang-migrate` - feat: automatic init. admin account creation (.env creds) - feat(routers): combined user & token routers into single auth router - feat(routers): improved route layouts (`Routes`) - feat(middlewares): removed redundant `userCtx` middleware - fix(schema): note <-> note_versions relation (versioning) - feat(queries): removed redundant rollback functionality - feat(queries): combined duplicate version check & insertion/creation - tests: decreased redundancy by removing 'unnecessary' unit tests - refactor: hid internal packages behind `server/internal` - docs: notes & auth handler comments
notatest
Development
Starting the Svelte frontend:
npm install
npm run dev # Runs Vite
Production
WIP (Dockerization).
Languages
Go
47.9%
Svelte
24.1%
TypeScript
16.9%
CSS
8.9%
HTML
0.7%
Other
1.5%