This is an exciting project that utilizes Node, NPM, Composer, and Laravel.
An acccounting system that is specifically made for a local commission-based business.
Features:
-
- CRUD with an addition of viewing function
-
- CRUD function
- Employee Time Log depending on current time
Make sure you have the following tools properly installed on your computer:
-
Clone this repository:
git clone https://github.com/Ryotard/Sales-Management-app.git
-
Change Directory to the project directory
cd Sales-Management-app
-
Install Node dependencies:
npm install
-
Install PHP dependencies:
composer install
This will install all the dependencies as defined in the package.json
file for the Node environment and in the composer.json
file for the PHP environment.
Once you've installed all the dependencies, follow these steps:
-
run command
npm run build
-
run command
php artisan serve
-
Visit your app at http://localhost:8000.
Contribution guidelines for this project follow the standard fork -> feature branch -> pull request workflow. If you want to contribute, please create an appropriate branch following these guidelines.