by Mohamad Umar Aziz
A simple customer list management system built as an assignment for Xylo.
- Laravel 8
- Vue.js
- Vue Router
- Vue-Axios
- Bootstrap
- Bootstrap-Vue
- Vue-Fontawesome
- MySQL 8.0
- Clone the repo:
git clone https://github.com/umaraziz0/Customer-List-Management-System.git cdto the project folder- Install dependencies
composer installandnpm install - Save the
.env.exampleas.envand set your database information - Generate the app key:
php artisan key:generate - Migrate database
php artisan migrate - Run DB seeder (optional):
php artisan db:seed - Run built in server:
php artisan serve - Access the website using the port created by Laravel