Skip to content

Free web application for efficient parking lot management and operations.

License

Notifications You must be signed in to change notification settings

MarcosKlender/Larapark

Repository files navigation

Laravel

Larapark

Laravel Tailwind JavaScript Vite

Manage your parking lot in the most efficient way, totally free!

Vehicles

Table of Contents

  1. About The Project
  2. Getting Started
  3. Screenshots
  4. License

About The Project

Larapark is a web-based parking management system designed to streamline the administration of parking lots and spaces. Built with Laravel, this free application provides a user-friendly interface and essential features for efficient parking management.

Key functionalities include vehicle registration, tracking of active vehicles, billing calculations, and comprehensive tariff management. Users can easily monitor total revenue, manage vehicle records, and customize parking rates. With dark mode compatibility and a robust authentication system, Larapark ensures a secure and visually appealing experience for parking lot operators. This project aims to enhance operational efficiency and improve the overall management of parking facilities.

Back to top ⬆️

Getting Started

Prerequisites

  • Laravel 10
  • Composer

Installation

  1. Clone this repo to your computer:
    git clone [email protected]:MarcosKlender/Larapark.git
  2. Install composer dependencies with:
    cd Larapark
    composer install
  3. Install npm dependencies with:
    npm install
    or
    pnpm install
  4. Use this to create your own .env file:
    cp .env.example .env
  5. Update the .env file with your database credentials and run:
    php artisan migrate --seed
    php artisan key:generate
  6. Launch the local server with:
    php artisan serve
  7. In other tab, launch the npm server and start using the app:
    npm run dev
    or
    pnpm run dev
  8. Use the default credentials (don't forget to change it):
    Email: [email protected]
    Password: admin123

Back to top ⬆️

Screenshots

Login

Login

Dashboard

Dashboard

Vehicles

Vehicles

Rates

Rates

History

History

Search

Back to top ⬆️

License

Distributed under the MIT License. This app doesn't collect any information at all.

Back to top ⬆️