Skip to main content

📘 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

  1. Install dependencies
    npm install
  2. Run the application
    npm start
  3. Build for production
    npm run build

📝 Additional Notes

  • For API documentation, refer to Swagger UI (/swagger endpoint).
  • Code follows best practices with clean architecture.
  • Follow the contribution guidelines when modifying the codebase.