Skip to content

AK17-dev/Crm-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM System (Technical Assessment)

Tech Stack

  • Backend: ASP.NET Core Web API, EF Core, SQL Server, JWT
  • Frontend: React (Hooks, Axios)

Features

  • User authentication (JWT)
  • Properties CRUD
  • Clients CRUD
  • Associate clients with properties
  • Secure endpoints per user

How to Run

Backend

cd backend dotnet restore dotnet ef database update dotnet run

Frontend

cd frontend npm install npm start

API Base URL

http://localhost:5039/api

About

CRM Platform — Real Estate Lead & Property Manager Full-stack CRM with row-level authorization (JWT) scoping every property and lead record to its authenticated owner, with full CRUD throughout; 3-tier relational schema (User → Properties → Clients) enforced via EF Core cascading relationships.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages