ParkMeter

ParkMeter: Parking Ticket Management System

Description: A system designed to manage and track parking tickets, with features like payment processing, ticket history, and notifications.


How to Run the Project:

  1. Navigate to the project directory:
    cd ParkMeter
    
  2. Activate the virtual environment:
    venv\Scripts\activate
    
  3. Move to the application folder:
    cd parking_ticket_system
    
  4. Create database migration files:
    python manage.py makemigrations
    
  5. Apply migrations:
    python manage.py migrate
    
  6. Start the server:
    python manage.py runserver
    

Access the project at http://127.0.0.1:8000/.


Administrative Access:

Admin Interface:


Project Structure:


Future Features and Improvements:

  1. API Integration (Optional):
    • Integrate the Django REST framework for API interaction.
  2. Payment Processing (Optional):
    • Add Stripe or PayPal for handling payments.
  3. Notifications (Optional):
    • Implement email or SMS notifications for pending payments or violations.

Security:


Testing: