- ⚡ Fast!!!
- ✨ Friendly UI & UX and Has nice looking window.
- ☁️ Cloud data service.
- 📥 Products Management.
- 👥 Customers Management.
- 🚚 Orders Management and Order Overview.
- 🚢 Multiple Orders.
- 📈 Statistics
- 📉 Graph of The Week (NEW!!!).
- 🔝 Top Selling Products.
- 👐 Customers List on Product Overview.
- 📑 Reports for Products, Orders, Customers.
- 🔑 Profile Settings.
- 🇯🇵 Multilingual Translations.
- 💴 Change Currency.
- 📋 Save Report as PDF.
- 💯 Check for update app.
- NodeJS ^8.
- PHP ^7.
- PHP Composer.
- Clone the project from hakouabh/fireshop-backend to your local machine.
- Open terminal and
cd
into the cloned folder, usuallycd fireshop-backend
. - Run
composer install
to install dependencies. - Run
cp .env.example .env
to copy the original environtment variables. - Modify
.env
file, findDATABASE_
prefix and change it to your database configuration, you can see documentation about this on Laravel Site. - Run
php artisan key:generate
to generate application key. - Run
php artisan migrate
to create default database schema of fireshop. - Run
php artisan passport:install
to install default OAuth access token. - Run
php artisan serve
to run PHP Built-in web server. - Now your backend is ready to listen request from frontend at
https://localhost:8000/api
.
- Clone the project from hakouabh/fireshop-hope-ui to your local machine.
- Open terminal and
cd
into the cloned folder, usuallycd fireshop-hope-ui
. - Run
cp .env.example .env
to copy the original environtment variables. - Run
npm install
to install dependencies. - Run
npm run serve
to serve the app as web-based athttps://localhost:8000
. - Now it's ready to use for development.
When you have make changes and everything works on VueJs, and wanna check on desktop app.
- Run
npm run gh-publish
to build the app from source and run the app as desktop app.
MIT License © 2020-Present Hakouabh. All rights reserved.