Skip to content

Justice platform where users can manipulate files.

Notifications You must be signed in to change notification settings

floreapaun/just

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic implementation of a justice platform where users can manipulate files (Laravel, VueJS)

How to install and run locally

  1. Clone the project (e.g. git clone https://github.com/floreapaun/just.git) and go to /backend directory
  2. Install PHP packages with composer install
  3. Install NodeJS packages with npm install
  4. Build VueJS frontend with npm run production
  5. Create a new MySQL database and update .env.example
  6. Rewrite .env.example to .env
  7. Run migrations and seed the database with php artisan migrate --seed
  8. Generate new key with php artisan key:generate
  9. Open the server by php artisan serve

How to install and run inside Docker container

  1. Clone the project (e.g. git clone https://github.com/floreapaun/just.git)
  2. Run make init inside just directory
  3. Check the application on browser at http://localhost

Demo

just.mp4

About

Justice platform where users can manipulate files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published