Basic implementation of a justice platform where users can manipulate files (Laravel, VueJS) How to install and run locally Clone the project (e.g. git clone https://github.com/floreapaun/just.git) and go to /backend directory Install PHP packages with composer install Install NodeJS packages with npm install Build VueJS frontend with npm run production Create a new MySQL database and update .env.example Rewrite .env.example to .env Run migrations and seed the database with php artisan migrate --seed Generate new key with php artisan key:generate Open the server by php artisan serve How to install and run inside Docker container Clone the project (e.g. git clone https://github.com/floreapaun/just.git) Run make init inside just directory Check the application on browser at http://localhost Demo just.mp4