Instalation - prazvan/inviter GitHub Wiki

Welcome to the inviter wiki!

Requirements

How to install the Inviter App.

  • git pull :)
  • rename or copy .env.example to .env and set proper credentials.
  • composer install
  • npm install
  • PHP artisan migrate --seed
  • Good to go :)

Tech

  • SPA Application build with vue.js
  • Rest API for processing the files
  • Rest endpoints to fetch the lists.

TODO:

  • Unit Testing :) - coming up.