Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haydulski/wydatkomierz
Expenses tracker in Laravel and Livewire.
https://github.com/haydulski/wydatkomierz
docker-compose laravel10 livewire livewire3 php81
Last synced: about 1 month ago
JSON representation
Expenses tracker in Laravel and Livewire.
- Host: GitHub
- URL: https://github.com/haydulski/wydatkomierz
- Owner: haydulski
- Created: 2023-08-26T16:34:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T17:58:34.000Z (9 months ago)
- Last Synced: 2024-09-29T20:03:39.771Z (about 2 months ago)
- Topics: docker-compose, laravel10, livewire, livewire3, php81
- Language: PHP
- Homepage:
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WYDATKOMIERZ
## About app
Wydatkomierz is a expenses tracker app build in Laravel with Livewire framework. It using Sqlite database and Tailwind CSS.## How to run on local host
1. Git clone repository
2. composer install
3. cp .env.example .env
4. php artisan key:generate
5. php artisan migrate:fresh --seed
6. npm install
7. npm run build
8. php artisan serve## How to run on Docker
1. git clone repository
2. docker-compose build --no-cache
3. docker-compose up -d
4. check localhost:8080