A Web-Based Platform of a Convenience Store for Efficiency and Enchanced Management Experience
- Sales Management
- Inventory Management
- Accounting and Finance
- Stock Management
- Human Resource Management
- To collaborate with other teams and integrate a well built convenience store system.
- To Develop a web system for a convenience store for efficiend and enchanced management experience.
- First, clone the repository
git clone https://github.com/Mortreddd/rapidmart.git
- Second, download dependencies
cd rapidmart
composer install
npm install
npm install
- Third, copy the env.example
cp .env.example .env
- Lastly, you're good to go by executing this commands
php artisan key:generate
php artisan migrate
php artisan serve
npm run dev
The Laravel framework is open-sourced software licensed under the MIT license.