feat: add React frontend with login, signup, dashboard pages and admin seeding support

This commit is contained in:
2025-12-19 17:33:23 +05:30
parent 2d3ad4f567
commit b2ad488043
26 changed files with 4302 additions and 15 deletions

View File

@@ -15,9 +15,6 @@ pub struct Model {
#[sea_orm(column_type = "Text")]
pub password_hash: String,
#[sea_orm(unique)]
pub email: String,
/// Foreign key to roles table
pub role_id: i32,