WA Dev Tools - набор веб-инструментов для разработчиков
Go to file
treamz f8616e32b4 Auth + Landing + Categories
- Local auth: registration/login with email+password (bcrypt, MariaDB)
- Landing page: marketing page at / with hero, categories, advantages, CTA
- Tool categories: Images (4), Code (3), Web (3), Utilities (2)
- Sidebar: category dividers, user avatar with logout
- Protected routes: all tools require auth, landing/login/register public
- New files: lib/db.js, routes/auth.js, login.html, register.html, landing.html
- Dependencies: bcrypt, mysql2
2026-03-21 22:54:31 +03:00
lib Auth + Landing + Categories 2026-03-21 22:54:31 +03:00
public Auth + Landing + Categories 2026-03-21 22:54:31 +03:00
routes Auth + Landing + Categories 2026-03-21 22:54:31 +03:00
.gitignore Initial commit: WA Dev Tools service 2026-03-21 22:06:15 +03:00
ecosystem.config.js Refactor: modular architecture, security, config 2026-03-21 22:18:54 +03:00
EDITOR-DOC.md Initial commit: WA Dev Tools service 2026-03-21 22:06:15 +03:00
package-lock.json Auth + Landing + Categories 2026-03-21 22:54:31 +03:00
package.json Auth + Landing + Categories 2026-03-21 22:54:31 +03:00
server.js Auth + Landing + Categories 2026-03-21 22:54:31 +03:00
SVGEDITOR-FEATURES.md Initial commit: WA Dev Tools service 2026-03-21 22:06:15 +03:00