Loading repository data…
Loading repository data…
FahimAnzamDip / repository
Triangle POS is an open source Inventory Management with POS System. Developed with Laravel 10, Bootstrap 4 & Livewire 3. It's completely free to use.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Important Note: This Project is ready for Production. But use code from main branch only. If you find any bug or have any suggestion please create an Issue.
git clone https://github.com/FahimAnzamDip/triangle-pos.gitcomposer install npm installnpm run devphp artisan key:generatephp artisan migrate --seedphp artisan storage:linkphp artisan servehttp://localhost:8000 or http://127.0.0.1:8000.Important Note: "Triangle POS" uses Laravel Snappy Package for PDFs. If you are using Linux then no configuration is needed. But in other Operating Systems please refer to Laravel Snappy Documentation.
This will start the application along with the mysql database using docker compose. Note that the DB_HOST variable must be the mysql docker container name, in this case db.
docker build -t triangle-pos .docker compose uphttp://localhost:8000 or http://127.0.0.1:8000.Email: super.admin@test.com || Password: 12345678
Live Demo: will update soon