Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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