Skip to content

Daiwik2005/parking-mate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚗 Vehicle Parking Management System (V1)

The Vehicle Parking Management System is a web-based application that helps manage parking lots efficiently.
It provides separate roles for Admins and Users, ensuring smooth allocation and monitoring of parking spaces.


✨ Features

👨‍💼 Admin

  • Create and manage parking lots
  • Add or remove parking spots
  • View and monitor overall parking availability

🙋 User

  • Reserve a parking spot
  • Release a spot once done
  • View real-time availability of spots

🗄️ Database

  • Uses SQLite for lightweight and local storage
  • Database is programmatically created on setup (no need for manual creation)

💻 Tech Stack

  • Backend: Flask (Python)
  • Frontend: HTML, CSS, Bootstrap (via Jinja2 templating)
  • Database: SQLite

🚀 Getting Started

1. Clone the repository

git clone https://github.com/yourusername/parking-management.git
cd parking-management

2. Create and activate a virtual environment (optional but recommended)

python -m venv venv
source venv/bin/activate   # On macOS/Linux
venv\Scripts\activate      # On Windows

3. Install dependencies

pip install -r requirements.txt

4. Run the application

python app.py

The app will run locally at:

http://127.0.0.1:5000/

About

parking-mate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors