shinkan-jinkendo/backend
Lars efc2a11a76
All checks were successful
Deploy Development / deploy (push) Successful in 39s
feat: Add Auth system with Login UI
Backend:
- Auth router (login, register, logout)
- Profiles router (get current profile)
- Registered in main.py

Frontend:
- LoginPage with login/register tabs
- Dashboard with welcome screen
- Simplified AuthContext for Shinkan
- Protected routes in App.jsx
- Public routes redirect when logged in

Ready for testing!

version: 0.1.0
2026-04-21 14:56:16 +02:00
..
migrations feat: Complete MVP setup - Docker, Frontend, Migrations, CI/CD 2026-04-21 14:36:52 +02:00
routers feat: Add Auth system with Login UI 2026-04-21 14:56:16 +02:00
auth.py feat: Initial Shinkan setup 2026-04-21 14:26:12 +02:00
db_init.py feat: Initial Shinkan setup 2026-04-21 14:26:12 +02:00
db.py feat: Initial Shinkan setup 2026-04-21 14:26:12 +02:00
Dockerfile feat: Complete MVP setup - Docker, Frontend, Migrations, CI/CD 2026-04-21 14:36:52 +02:00
main.py feat: Add Auth system with Login UI 2026-04-21 14:56:16 +02:00
models.py feat: Initial Shinkan setup 2026-04-21 14:26:12 +02:00
requirements.txt feat: Initial Shinkan setup 2026-04-21 14:26:12 +02:00
run_migrations.py feat: Add automatic migrations system 2026-04-21 14:49:28 +02:00
version.py feat: Initial Shinkan setup 2026-04-21 14:26:12 +02:00