ae 62b1a58e56
feat!: trimming & logic/schema improvements
- 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
2025-04-09 01:58:38 +03:00
2025-03-27 15:12:15 +02:00
2025-03-23 22:40:50 +01:00
2025-03-24 23:02:26 +02:00

notatest

Development

Starting the Svelte frontend:

npm install
npm run dev # Runs Vite

Production

WIP (Dockerization).

Description
No description provided
Readme MIT 1.4 MiB
Languages
Go 47.9%
Svelte 24.1%
TypeScript 16.9%
CSS 8.9%
HTML 0.7%
Other 1.5%