An application for gamers to find their ideal coach. Based on my vue application
- Node
- NPM
- SQL
- PHP
- Composer
! important: import the database dump file for both applications to function!
React app
- Open any terminal to the PWA directory
- Run 'npm i' to install the required dependencies
- Run 'npm start'
- Go to: localhost:3000 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/)
- React: A JavaScript library for building user interfaces (https://reactjs.org/)
Lukas Cornille
This project is licensed under the MIT License - see the LICENSE.md file for details