An application for gamers to find their ideal coach.
- Node
- NPM
- SQL
- PHP
- Composer
! important: import the database dump file for both applications to function!
Vue.js app
- Open any terminal to the PWA directory
- Run 'npm i' to install the required dependencies
- Run 'npm run serve'
- Go to: localhost:8080 or https://vue.lukas-cornille.be to see the app running.
Laravel app
- Open any terminal and navigate to the Laravel directory
- Run 'composer install'
- Run 'php artisan serve'
- Run the Vue app in order to see the app running.
- Laravel: The PHP Framework For Web Artisans (https://laravel.com/)
- Vue.js: The Progressive JavaScript Framework (https://vuejs.org/)
Lukas Cornille
This project is licensed under the MIT License - see the LICENSE.md file for details