2 Commits

Author SHA1 Message Date
Ravindranbit
d0c62d05a5 feat: implement backend authentication with JWT and bcrypt
- Installed jsonwebtoken and bcryptjs dependencies
- Created /api/auth/login endpoint in server.js for credential validation and token generation
- Added setup-db.js script to dynamically initialize admin_users table with default account
2026-04-28 16:44:51 +05:30
root
d8c1510e05 first commit 2026-04-21 13:51:03 +00:00