Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grzegorzwalewski/parkinglot
Parking areas management and payment calculator (with few currencies)
https://github.com/grzegorzwalewski/parkinglot
Last synced: about 1 month ago
JSON representation
Parking areas management and payment calculator (with few currencies)
- Host: GitHub
- URL: https://github.com/grzegorzwalewski/parkinglot
- Owner: GrzegorzWalewski
- Created: 2024-04-27T15:04:43.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-13T15:19:26.000Z (8 months ago)
- Last Synced: 2024-05-13T16:45:30.174Z (8 months ago)
- Language: PHP
- Homepage: https://parkinglot.alcony.pl/
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Parking Lot## Prequeries
1. Create free [https://exchangeratesapi.io/](https://exchangeratesapi.io/) account and get API KEY.## Run project
1. ```sh
git clone [email protected]:GrzegorzWalewski/parkingLot.git
```
3. ```sh
cd parkingLot
```
5. ```sh
docker-compose up -d --build
```
7. Fill your access_key in .env file `EXCHANGE_RATE_API_KEY=`
8. Access project at [localhost:8000](http://localhost:8000)## Available views
- Parking Areas
![obraz](https://github.com/GrzegorzWalewski/parkingLot/assets/25950627/26e7f36b-deb1-4fe6-be75-d2c46a96e664)- List of all parking areas
- Delete/Edit buttons for each record
- Form for adding new record
- Edit parking area
![obraz](https://github.com/GrzegorzWalewski/parkingLot/assets/25950627/de24ada4-fe1e-4c56-8503-b72063dfb16c)
- Payment Calculator
![obraz](https://github.com/GrzegorzWalewski/parkingLot/assets/25950627/f0d8ae05-b0b2-48f6-8732-f8c3156fe018)## Tech stack
- PHP
- Laravel
- Livewire
- flatpickr
- tailwindCss