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
cd
to the project folder- Install dependencies
composer install
andnpm install
- Save the
.env.example
as.env
and 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