๐
ฟ๏ธ Automated Parking System
An Automated Parking System built with Django that helps manage vehicle entries, exits, and slot availability in real time. This web-based system allows administrators to monitor and control parking operations efficiently.
๐ Tech Stack Used
  - Backend: Django (Python)
- Database: SQLite3 (default) / can be configured to PostgreSQL or MySQL
- Frontend: HTML, CSS, Bootstrap (for UI)
- Others: Django Admin, Django ORM
โ
 Features
  - ๐ Admin authentication and login system
- ๐ Add, remove, and manage vehicle entries and exits
- ๐ Real-time parking slot availability status
- ๐ Store vehicle entry logs with timestamps
- ๐งพ Generate and view parking history reports
- ๐ ๏ธ Django Admin dashboard for backend management
๐ป How to Run Locally
  - Clone the Repository
```bash
git clone https://github.com/vinoothna-m/automated-parking-system.git
cd automated-parking-system
Link:
  https://vinoothna-m.github.io/automated-parking-system/