Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosklender/larapark
Manage your parking lot in the most efficient way, totally free!
https://github.com/marcosklender/larapark
free javascript laravel laravel-framework parking-management tailwind tailwindcss vite vitejs
Last synced: 5 days ago
JSON representation
Manage your parking lot in the most efficient way, totally free!
- Host: GitHub
- URL: https://github.com/marcosklender/larapark
- Owner: MarcosKlender
- License: mit
- Created: 2023-04-07T03:11:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T21:47:52.000Z (4 months ago)
- Last Synced: 2024-07-25T00:16:10.182Z (4 months ago)
- Topics: free, javascript, laravel, laravel-framework, parking-management, tailwind, tailwindcss, vite, vitejs
- Language: PHP
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Laravel](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Laravel.svg/100px-Laravel.svg.png)
Larapark
![Laravel](https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white)
![Tailwind](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
![Vite](https://img.shields.io/badge/Vite-B73BFE?style=for-the-badge&logo=vite&logoColor=FFD62E)Manage your parking lot in the most efficient way, totally free!
![Vehicles](https://i.ibb.co/mTXjdbh/M-dulo-Veh-culos.png)
## Table of Contents
## 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.
## Getting Started
### Prerequisites
- **Laravel 10**
- **Composer**### Installation
1. Clone this repo to your computer:
```sh
git clone [email protected]:MarcosKlender/Larapark.git
```
2. Update (if needed) and install dependencies with:
```sh
cd Larapark
composer update
composer install
```
3. Use this to create your own `.env` file:
```sh
cp .env.example .env
```
4. Update the `.env` file with your database credentials and run:
```sh
php artisan migrate --seed
php artisan key:generate
```
5. Launch the local server and start using the app:
```sh
php artisan serve
```
6. Use the default credentials (don't forget to change it):
```sh
Email: [email protected]
Password: admin123
```## Screenshots
![Login](https://i.ibb.co/hgF03gq/Login.png)
![Dashboard](https://i.ibb.co/L8893NV/Escritorio-Oscuro.png)
![History](https://i.ibb.co/b1w64mT/M-dulo-Historial.png)
![Tariff](https://i.ibb.co/Zxdmq7F/M-dulo-Tarifas.png)
## License
Distributed under the MIT License. This app doesn't collect any information at all.