-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
19 lines (15 loc) · 847 Bytes
/
Copy pathNOTICE
File metadata and controls
19 lines (15 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
vue-pinia-crud-store
====================
Copyright (c) 2026 Tarun Bhasin. Licensed under the MIT License (see LICENSE).
Clean-room frontend declaration
-------------------------------
The Vue 3 + Pinia frontend in this repository (everything under `frontend/`,
notably `frontend/src/createCrudStore.js`) is an ORIGINAL CLEAN-ROOM
implementation authored solely from the public REST contract documented in
`docs/API.md`. No source-available, copyleft, or otherwise externally-licensed
frontend code was opened, copied, paraphrased, or consulted while writing it.
It depends only on Vue 3 and Pinia (both MIT-licensed, declared as peer
dependencies) and the standard `fetch` API.
The Python backend (everything under `src/`) is a port of generic, entity-
agnostic CRUD routing logic and carries no third-party code; it is MIT-licensed
in full.