- Backend: ASP.NET Core Web API, EF Core, SQL Server, JWT
- Frontend: React (Hooks, Axios)
- User authentication (JWT)
- Properties CRUD
- Clients CRUD
- Associate clients with properties
- Secure endpoints per user
cd backend dotnet restore dotnet ef database update dotnet run
cd frontend npm install npm start