Initial BizOne portal setup

This commit is contained in:
2026-05-11 11:36:33 +07:00
commit 57017dd397
249 changed files with 41305 additions and 0 deletions

13
docs/setup-notes.md Normal file
View File

@ -0,0 +1,13 @@
# Setup Notes
## V6 improvements
- Login page sudah ada
- Demo token helper dipakai frontend agar alur fetch lebih kebayang
- Contacts page sudah punya form skeleton + list fetch
- Auth guard backend sudah return unauthorized kalau header tidak ada
## Next recommended step
- Simpan token beneran via cookie/session
- Login form submit beneran
- Contacts form POST beneran
- JWT verification real, bukan check header doang