---
title: Auto Information System
subtitle: A Full-Stack System for Dutch Car License Plate Information
showOnCv: false
type: Personal
abstract: A full-stack application for managing and displaying vehicle information.

images:
  - src: cover
    srcDark: cover-dark
    filetype: .webp
  - src: overview
    srcDark: overview-dark
    filetype: .webp
  - src: details
    srcDark: details-dark
    filetype: .webp

pdfFiles: []

quickLinks:
  - kind: demo
    url: https://auto.w-tb.nl

keywords: []
supervisors: []
keyFeatures:
  - "Backend: .NET Core with Entity Framework for robust data handling."
  - "Frontend: Angular-based UI for a dynamic and responsive experience."
  - "Real-Time Updates: SignalR for live data synchronization."
  - "External API Integration: Fetches vehicle data from RDW open data APIs."
  - "Containerization: Dockerized backend and frontend for easy deployment."
  - "CI/CD: Automated build and deployment pipelines using GitHub Actions."
  - "Role-Based Access Control: Secure access with JWT authentication."
  - "Frontend Features: Interactive search, timeline visualization, and detailed vehicle views."
tags:
  - Backend
  - Web
  - Frontend
  - Docker
  - Angular
  - ASP.Net Core
---

The Auto Information System is a comprehensive solution for retrieving, processing, and displaying vehicle data. The backend is built with .NET Core and uses Entity Framework for database management, while the frontend is developed with Angular for a responsive and interactive user experience. The project integrates external APIs for vehicle data, supports real-time updates with SignalR, and is fully containerized with Docker for seamless deployment.