A web-based application designed to simplify parking space management and enhance user experience. This app allows users to view available parking spots, book a space, and manage their parking session, all in real-time.
- User Authentication: Secure login and registration for users.
- Parking Spot Availability: Real-time updates on available parking spaces.
- Parking Management: Users can create, book, and manage parking sessions.
- Image Processing: Detect parking spots from images using machine learning models.
- Admin Panel: Manage and monitor parking spots and bookings.
- Backend: Django (Python)
- Frontend: React Vite
- Database: PostgreSQL
git clone https://github.com/your-username/smart-parking-app.gitcd backend
python -m venv venv
venv/Scripts/activate
pip install -r requirements.txtcd frontend
npm icd backend
python manage.py runserver 0.0.0.0:8000cd frontend
npm run dev -- --host