A comprehensive parking management solution with live location tracking, real-time parking slot availability, and an interactive result dashboard.
- Live Location Tracking: Real-time GPS tracking for parked vehicles
- Parking Slot Management: Monitor available and occupied parking slots
- Interactive Dashboard: View parking statistics and available slots
- Database Integration: SQLite3 for reliable data persistence
- RESTful API: Express.js backend for seamless communication
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository:
git clone https://github.com/divyashree-21/smart-parking-system.git
cd smart-parking-system- Install dependencies:
npm installStart the server:
npm startThe server will start running on http://localhost:3000 (or your configured port).
smart-parking-system/
├── server.js # Main server file
├── public/ # Frontend files (HTML, CSS, JS)
├── server/ # Server-side logic and routes
├── package.json # Project dependencies
└── README.md # This file
- Backend: Node.js, Express.js
- Database: SQLite3
- Frontend: HTML, CSS, JavaScript
- Runtime: Node.js
- express (^4.19.2): Web framework for building RESTful APIs
- sqlite3 (^5.1.6): Database management system
(Add your API endpoints documentation here)
- Mobile app integration
- Real-time notifications
- Advanced analytics
- Payment integration
Contributions are welcome! Please feel free to submit pull requests or open issues for bugs and feature requests.
This project is licensed under the ISC License - see the LICENSE file for details.
Divya Shree
For support, please open an issue on the GitHub repository.
Last Updated: April 2026