Instalation - prazvan/inviter GitHub Wiki
Welcome to the inviter wiki!
Requirements
- Nginx or Apache (https://laravel.com/docs/8.x/deployment#nginx)
- php 7.4 or php 8
- MySQL 8.0
- Redis (optional)
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.