📘 Code Documentation
Overview
This documentation provides an overview of the project's structure, technologies, and key concepts.
📌 Project Structure
/src - Source code
/components - Reusable UI components
/pages - Application pages
/services - API and business logic
/public - Static assets (images, icons, etc.)
/docs - Documentation files
🛠 Technologies Used
- Framework: Angular
- Backend: ASP.NET Core API
- Database: SQL Server
- Styling: Bootstrap
🚀 Features
- Modular and component-based architecture
- API-driven data handling
- Secure authentication and authorization
- Responsive UI with Bootstrap
📖 How to Use
- Install dependencies
npm install - Run the application
npm start - Build for production
npm run build
📝 Additional Notes
- For API documentation, refer to Swagger UI (
/swaggerendpoint). - Code follows best practices with clean architecture.
- Follow the contribution guidelines when modifying the codebase.