From 419a1d4147571a71ee9ebcc1ad3cd1519fe90784 Mon Sep 17 00:00:00 2001 From: Fahim Date: Tue, 17 Aug 2021 00:32:49 +0600 Subject: [PATCH] Updated: README.md --- README.md | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf991d2b..aacf054a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,43 @@ -### Work In Progress..... ![Triangle POS](public/images/logo-dark.png) +>This Project is ready for Testing. (Only Reports are not available right now, But I am working on it). + +# Installation + +- [run `` https://github.com/FahimAnzamDip/triangle-pos.git ``] +- run ``composer install `` +- run `` npm install `` +- run ``npm run dev`` +- copy .env.example to .env +- run `` php artisan key:generate `` +- set up your database in the .env +- run `` php artisan migrate --seed `` +- run `` php artisan storage:link `` +- run `` php artisan serve `` +- then visit `` localhost:8000 or 127.0.0.1:8000 ``. + + +#Admin Credentials +> Email: admin@test.com || Password: 12345678 + +## Demo + +[Coming Soon] (https://soon.will.be.available) + +## Triangle POS Features + +- **Products Management & Barcode Printing** +- **Stock Management** +- **Make Quotation & Send Via Email** +- **Purchase Management** +- **Sale Management** +- **Purchase & Sale Return Management** +- **Expense Management** +- **Customer & Supplier Management** +- **User Management (Roles & Permissions)** +- **Product Multiple Images** +- **Multiple Currency Settings** +- **System Settings** +- **Various Reports (Upcoming)** + +# License +**[Creative Commons Attribution 4.0 cc-by-4.0](https://creativecommons.org/licenses/by/4.0/)**