/vue-edugaming

Primary LanguageVueMIT LicenseMIT

EduGaming

An application for gamers to find their ideal coach.

Getting Started

Prerequisites

  • Node
  • NPM
  • SQL
  • PHP
  • Composer

Installing

! 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.

Built with

Authors

Lukas Cornille

License

This project is licensed under the MIT License - see the LICENSE.md file for details