Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkrumahthis/transact-live
live real-time transaction management system in laravel
https://github.com/nkrumahthis/transact-live
Last synced: about 2 months ago
JSON representation
live real-time transaction management system in laravel
- Host: GitHub
- URL: https://github.com/nkrumahthis/transact-live
- Owner: nkrumahthis
- Created: 2023-12-22T14:36:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T21:35:16.000Z (9 months ago)
- Last Synced: 2024-04-23T19:14:19.997Z (9 months ago)
- Language: PHP
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TransactLive
Live real-time transaction management system in laravel.
## requirements
- php >= 8
- mysql >= 8## set up
```bash
cp .env.example .env
php artisan migrate
php artisan db:seed --class=TransactionSeeder
php artisan app:simulate```
## todo
- only one transaction updated has the styling at a time. update it so that it can be multiple at the same time.
- rearrange the transaction table to bubble up the recently updated transactions to the top of the table
- don't actually write stuff to databases