Installation Guide
Prerequisites
- Docker + Docker Compose
- Node.js v18+
- .NET 9 SDK
- Python 3.10+
Steps
-
Clone the repository:
git clone https://github.com/HasanKhadd0ur/SAS.Platform.git
-
Start services:
docker-compose up -d
-
Run frontend:
cd sas-frontend
npm install
npm start -
Access at:
- Web App:
http://localhost:4200
- API Gateway:
http://localhost:5010
- Web App: